a qt-based gui to manage alsa_in and alsa_out daemons
Note: no jack routing is ever performed or saved by this program
No builds available, you gotta build it yourself for now..
Install python modules :
sudo apt-get install python3 python3-pip python3-pyqt5
sudo pip3 install pexpect
Install alsa utils and alsa-jack bridge:
sudo apt-get install alsa-utils
check out this repository
cd /your/install/path
git clone https://github.com/IARI/alsa_jack_gui.git
run
cd /your/install/path
make
in the directory where you checked out the repo
run the lightshow script from lightshow directory :
python3 alsa_jack.py
Feel free to send an email to julian.jarecki@gmail.com if you have any questions, remarks or if you find a bug.