layeh / gumble

gumble is a Mumble client implementation in Go (golang)
https://pkg.go.dev/mod/layeh.com/gumble
Mozilla Public License 2.0
173 stars 53 forks source link

Sound not transmitting when connected to remote server. #20

Closed jcdesimp closed 8 years ago

jcdesimp commented 8 years ago

I'm getting some very strange behavior. When attempting to play a sound, the sound often does not transmit at all when gumble is connected to a remote server, though sometimes it does work. However, if it's connected to a murmur instance running locally (i.e. "localhost") then sounds seem to play just fine. There don't appear to be any errors at all when this happens. Any thing I could be missing? Thanks!

matthieugrieger commented 8 years ago

Do you have opusthreshold=0 in your Mumble server's ini configuration?

jcdesimp commented 8 years ago

@matthieugrieger ahh that was it, thank you.

matthieugrieger commented 8 years ago

No problem. :)