JDSP4Linux
JDSP4Linux copied to clipboard
An audio effect processor for PipeWire and PulseAudio clients
Hello, I just intalled JamesDSP on an old laptop running Debian12. Installation was first done with Nix package manager. As it didn't work, I remove it and installed JamesDSP via...
``` $ make clean; qmake6 ../JDSP4Linux.pro; make -j4; qmake6 --version; make --version; gcc --version cd libjamesdsp/ && ( test -e Makefile || /usr/bin/qmake6 -o Makefile /home/$USER/bin/gits/JDSP4Linux/libjamesdsp/libjamesdsp.pro ) && make -f...
By [action-crowdin-contributors](https://github.com/andrii-bodnar/action-crowdin-contributors) GitHub action
I am on Fedora. Also note that I had to run `qmake-qt5` instead of `qmake`: this should be modified in the documentation at https://github.com/Audio4Linux/JDSP4Linux/blob/master/INSTALL_PULSE.md. ``` ../../3rdparty/qcustomplot/qcustomplot.cpp: In member function ‘virtual...
When I attempt to install the pulseaudio version of JDSP4Linux from flatpak, ``` sudo flatpak remote-add --if-not-exists thepbones-repo https://raw.githubusercontent.com/ThePBone/flatpak-repo/main/thepbone.flatpakrepo flatpak install me.timschneeberger.jdsp4linux.pulse ``` it gives this error: ``` F: An...
Hi, first of all, thanks for this awesome application! =) ### Issue I want to report a sound flickering problem that happens when adjusting the system audio volume (using either...
In the autostart desktop entry that dsp creates, the icon is: `Icon=jamesdsp` But the actual name is: `Icon=me.timschneeberger.jdsp4linux` Just copy the desktop entry from `/usr/share/applications`.
I recently switched to ubuntu and install JamesDSP to boost my music. I noticed a problem. I'm listening to a song on spotify when the song is finished then my...