File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -271,13 +271,13 @@ Compile application - **PipeWire** clients only:
271271
272272``` bash
273273qmake ../JDSP4Linux.pro
274- make
274+ make -j4
275275```
276276Compile application - ** PulseAudio** clients only:
277277
278278``` bash
279279qmake ../JDSP4Linux.pro " CONFIG += USE_PULSEAUDIO"
280- make
280+ make -j4
281281```
282282
283283Execute compiled binary
@@ -319,6 +319,11 @@ Download icon
319319sudo 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
You can’t perform that action at this time.
0 commit comments