You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since mumble-voip/mumble#4209 has been merged (and will most likely be included in the Mumble 1.4.0 release) it would be nice to have the ability to transmit stereo audio implemented into gumble.
Presumably, at a quick uninformed glance, all that would need to change would be setting AudioChannels to 2 although it might be more complicated than that.
Supposedly the "opus decoder can also automatically convert a stereo stream into a mono stream, so even if we transmit a stereo stream to an older version of mumble, it would still work." according to the author of the PR.
Regardless, it is probably sensible to default to mono still (since 1.4.0 hasn't released yet) with a configurable option to transmit in stereo.
The text was updated successfully, but these errors were encountered:
It appears it's due to mumble client settings, Enabling positional audio and headphones (under positional audio) check-boxes in the audio output settings appears to solve the issue with the bleeding
Since mumble-voip/mumble#4209 has been merged (and will most likely be included in the Mumble 1.4.0 release) it would be nice to have the ability to transmit stereo audio implemented into gumble.
Presumably, at a quick uninformed glance, all that would need to change would be setting
AudioChannels
to 2 although it might be more complicated than that.gumble/gumble/audio.go
Line 30 in 1ea1159
Supposedly the "opus decoder can also automatically convert a stereo stream into a mono stream, so even if we transmit a stereo stream to an older version of mumble, it would still work." according to the author of the PR.
Regardless, it is probably sensible to default to mono still (since 1.4.0 hasn't released yet) with a configurable option to transmit in stereo.
The text was updated successfully, but these errors were encountered: