You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-28Lines changed: 5 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,36 +94,18 @@ I'm currently not planning to add more advanced support for Pulseaudio clients.
94
94
95
95
Follow the instructions below if you don't know which one your Linux distribution is using. If you already know, skip to the 'Install dependencies' section.
96
96
97
-
##### Step 1: Is PipeWire installed and active?
98
-
99
-
Run `pw-cli dump short core` in your terminal.
100
-
101
-
Does the terminal output look similar to the pattern below after executing the command?
97
+
Run `LC_ALL=C pactl info | grep "Server Name:"` in your terminal.
102
98
99
+
If you are using **Pipewire** the output should look similar to this:
***YES**: You're using PipeWire. Skip ahead, and follow the instructions to install JamesDSP with PipeWire support.
108
-
109
-
***NO**: If the command `pw-cli` is not found or it returned an error, you're probably not using PipeWire. Continue to step 2 to find out if PulseAudio is available on your system.
110
-
111
-
##### Step 2: Is PulseAudio installed and active?
112
-
113
-
Run `LC_ALL=C pactl info | grep "Server Name:"` in your terminal.
114
-
115
-
Does the terminal output look like this after executing the command?
116
-
104
+
If you are using **Pulseaudio** the output should look exactly like this:
117
105
```
118
106
Server Name: pulseaudio
119
107
```
120
108
121
-
***YES**: You're using PulseAudio. Skip ahead, and follow the instructions to install JamesDSP with PulseAudio support.
122
-
123
-
***NO**: If the command `pactl` is not found or it returned an error, either your PA installation is broken or you are using another audio framework like Jack. Consider switching to PipeWire in this case.
124
-
125
-
**IMPORTANT:** If the output mentions PipeWire (`Server Name: PulseAudio (on PipeWire 0.3.35)`), you are using PulseAudio via PipeWire's compatibility mode. You need to install JamesDSP with PipeWire support in this case!
126
-
127
109
## Installation
128
110
129
111
**Decide whether you need to install the PipeWire or PulseAudio version of this app!**
@@ -139,11 +121,6 @@ If you don't know which version fits your Linux setup, go to the [PipeWire vs Pu
*[James Fung](https://github.com/james34602) - Developer of the core library ['libjamesdsp'](https://github.com/james34602/JamesDSPManager/tree/master/Main)
0 commit comments