Alsa_in alsa_out or jack_load and how to do it?
Posted: Sun May 22, 2016 2:50 am
Hello guys. I have 2 headsets connected to a system. I'm trying to set it up so that all headsets can talk and monitor to each other. I was using qjackctl with the custom startup script supported inside the application. Recently I just moved to using cadence + claudia because qjackctl has issue with notification tray.
This is what I did before with the script:
alsa_in -j "Second Capture" -d hw:3,0
alsa_out -j "Second Playback" -d hw:3,0
How can I do it with claudia? I added two custom applications in claudia and insert those commands. It works but sometimes it just stop by itself. I also tried the new way with jack_load to load the second headset, the script works but it doesn't stay on reboot because the script just run and exit after successfully started it.
Question, is there anyway I can do to make this happen? Thanks before
This is what I did before with the script:
alsa_in -j "Second Capture" -d hw:3,0
alsa_out -j "Second Playback" -d hw:3,0
How can I do it with claudia? I added two custom applications in claudia and insert those commands. It works but sometimes it just stop by itself. I also tried the new way with jack_load to load the second headset, the script works but it doesn't stay on reboot because the script just run and exit after successfully started it.
Question, is there anyway I can do to make this happen? Thanks before