Differences
This shows you the differences between two versions of the page.
— |
blog:disable_jack_autoconnect_in_mumble_1.3_and_later [2020/03/26 19:41] (current) sam created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Disable JACK autoconnect in Mumble 1.3 and later ====== | ||
+ | |||
+ | |||
+ | I used to have to patch the JACK patch to make Mumble not auto-connect to the standard outputs. With JACK being officially supported in Mumble 1.3, that's no longer the case. Instead, you have to modify the config file by hand. | ||
+ | |||
+ | In ''~/.config/Mumble/Mumble.conf'': | ||
+ | |||
+ | |||
+ | It's a standard ini file, so look for a ''[jack]'' section. If one doesn't exist, create it: | ||
+ | |||
+ | <code> | ||
+ | [jack] | ||
+ | autoconnect=false | ||
+ | </code> | ||
+ | |||
+ | And you're good to go. | ||
+ | |||