Skip to content

Commit 84402a2

Browse files
committed
Merge branch 'master' of github.com:Audio4Linux/JDSP4Linux
2 parents 62bd672 + d3a8db0 commit 84402a2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,13 +271,13 @@ Compile application - **PipeWire** clients only:
271271

272272
```bash
273273
qmake ../JDSP4Linux.pro
274-
make
274+
make -j4
275275
```
276276
Compile application - **PulseAudio** clients only:
277277

278278
```bash
279279
qmake ../JDSP4Linux.pro "CONFIG += USE_PULSEAUDIO"
280-
make
280+
make -j4
281281
```
282282

283283
Execute compiled binary
@@ -319,6 +319,11 @@ Download icon
319319
sudo wget -O /usr/share/pixmaps/jamesdsp.png https://raw.githubusercontent.com/Audio4Linux/JDSP4Linux-GUI/master/resources/icons/icon.png -q --show-progress
320320
```
321321

322+
## Troubleshooting
323+
* Your CPU may be too slow to process the audio sample in time; try to disable some effects (especially resource-hungry ones like the convolver)
324+
* Set JamesDSP's process to real-time or high priority using a task manager of your choice
325+
* [Pipewire] Try out the workaround mentioned in [issue #47](https://github.com/Audio4Linux/JDSP4Linux/issues/47)
326+
322327
## Screenshots
323328

324329
<p align="center">
@@ -335,7 +340,7 @@ sudo wget -O /usr/share/pixmaps/jamesdsp.png https://raw.githubusercontent.com/A
335340
* [theAeon](https://github.com/theAeon) - RPM packages
336341

337342
##### Other credits
338-
* PipeWire implementation based on [EasyEffects](https://github.com/wwmm/EasyEffects)
343+
* PipeWire/Pulse implementation based on [EasyEffects](https://github.com/wwmm/EasyEffects)
339344

340345
## License
341346

0 commit comments

Comments
 (0)