Question Using pulseaudio-module-jack with QJackCtl

What other apps and distros do you use to round out your studio?

Moderators: MattKingUSA, khz

Post Reply
lasakro
Established Member
Posts: 16
Joined: Tue Mar 15, 2016 10:18 pm

Question Using pulseaudio-module-jack with QJackCtl

Post by lasakro »

Hello,

I blindly ran:

Code: Select all

pactl load-module module-jack-sink channels=2
Then after going into QJackCtl Patchbay and adding a new Output Socket and selecting PulseAudio JACK Sink I realized I only had 2 channels.

After seeing once again I ran:

Code: Select all

pactl load-module module-jack-sink channels=6
Now when I go into the Patchbay I have a PulseAudio JACK Sink and a PulseAudio JACK Sink-01. How do I remove these without uninstalling and reinstalling PA? It's deeper than the Patchbay.xml file since that's only current connections. It's also not defined in ~/.config/pulse/default.pa or daemon.conf neither.
User avatar
nikgnomicradio
Established Member
Posts: 109
Joined: Wed Feb 07, 2018 9:31 pm
Has thanked: 1 time
Been thanked: 7 times
Contact:

Re: Question Using pulseaudio-module-jack with QJackCtl

Post by nikgnomicradio »

pactl command will only load Pulseaudio Sink when JACK is started

Stop JACK and both sinks are unloaded

Restart JACK and load Pulseaudio Sink with pactl command
Post Reply