mumble-voip/mumble

Command line option to disable jack auto connect

Open

#4,132 opened on May 5, 2020

View on GitHub
 (2 comments) (1 reaction) (0 assignees)C++ (1,062 forks)batch import
Hacktoberfestaudioclientfeature-requestgood first issue

Repository metrics

Stars
 (5,642 stars)
PR merge metrics
 (Avg merge 6d) (7 merged PRs in 30d)

Description

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.

Contributor guide