Skip to content

Commit 8649521

Browse files
authored
Update README.md
1 parent b120434 commit 8649521

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,31 @@ Like I said, work-in-progress != stable, so use it with caution.
122122
## Workarounds
123123
### Error: no element "device"
124124
As described [here](https://github.com/noahbliss/Viper4Linux#configuration), you can set a custom alsa path.
125-
For now, you can follow the instructions over there, but make sure you drop the devices.conf in `~/.config/jamesdsp`.
125+
You can also follow the instructions over there, but make sure you drop the devices.conf in `~/.config/jamesdsp`.
126126

127+
##### Short summary:
128+
Run this command:
129+
```bash
130+
pactl list sinks | grep "Name: " -A1
131+
```
132+
...and look for the Alsa Output Path of your headset.
133+
If we have this command output for example:
134+
```bash
135+
Name: alsa_output.pci-0000_00_1f.3.analog-stereo
136+
Description: Built-in Audio Analog Stereo
137+
Name: jdsp
138+
Description: JDSP4Linux
139+
```
140+
Then `alsa_output.pci-0000_00_1f.3.analog-stereo` would be the output path.
141+
142+
Finally create the file `~/.config/jamesdsp/devices.conf` and paste the path in there, like this:
143+
```bash
144+
location=...insert custom alsa path here...
145+
```
146+
...and reload JDSP:
147+
```bash
148+
jdsp restart
149+
```
127150
### Fix crackling/choppy sound
128151
#### Solution 1
129152
Edit `/etc/pulse/default.pa` as root and uncomment or add the following line:

0 commit comments

Comments
 (0)