mumble-voip / mumble

Mumble is an open-source, low-latency, high quality voice chat software.
https://www.mumble.info
Other
6.17k stars 1.1k forks source link

Command line option to disable jack auto connect #4132

Open newlaurent62 opened 4 years ago

newlaurent62 commented 4 years ago

Context I use mumble for vocal chat with Jamulus. Jamulus is a software for jamming online - we are musicians. I use Jack audio connection kit on Linux. And we have connected some Mac, Windows and Linux users to our mumble server. The Jack setup (applications and connections) are loaded using "Ray sessions".

Describe the feature you have in mind I need mumble to not do any Jack connection ports as Ray sessions does it automatically when starting the applications. Mumble should also not disconnect the Jack connections made by Ray Sessions or manually.

Describe alternatives you've considered Each time i start mumble, i need to remove Jack auto connections manually. I would have try to implement this feature but my last attempt to compile mumble failed.

By now, i have a soundcard for my microphone so i use mumble with pulseaudio and send mumble output to Jamulus using pulseaudio sink in Jack.

davidebeatrici commented 4 years ago

Open /.config/Mumble/Mumble.conf and add autoconnect=false under [jack].

We definitely have to implement backend-specific settings into the GUI.

newlaurent62 commented 4 years ago

Ok thanks that works.