[ubuntu-studio-users] Pulse and Jack
Kaj Ailomaa
zequence at mousike.me
Tue May 6 20:50:15 UTC 2014
On Tue, May 6, 2014, at 05:01 PM, Mac wrote:
> (I think) Previously (AV Linux & UBS 12) the Pulse sink and source was
> there but not connected.
> Then my script connected them where I wanted them to go. The script still
> does this, but
> the pulse output is already connected to the AF12 ch1 & 2 and then my
> script connects them
> to ch1 & 2 again. So I want Pulse source & sink, I just don't want it to
> be
> auto connected.
>
I'm pretty sure the behavior has been the same all along. Did some
googling, and found that there in deed is an option for stopping the
sink and source from auto-connecting, by adding the option:
connect=false
http://lists.freedesktop.org/archives/pulseaudio-discuss/2007-July/000420.html
So, if you want to have the sink and source loaded automatically, but
not auto-connect, change the line in /etc/pulse/default.pa to:
load-module module-jackdbus-detect channels=2 connect=false
Or, if loading sink and source manually:
pactl load-module module-jack-sink channels=2 connect=false
pactl load-module module-jack-source channels=2 connect=false
> It might be a couple days before I get to actually work on this again.
>
> Thanks for the help.
>
> Mac
> --
> ubuntu-studio-users mailing list
> ubuntu-studio-users at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users
More information about the ubuntu-studio-users
mailing list