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

No audio transmitted and received and mumble-audio-player play no sound #57

Open maverick077 opened 3 years ago

maverick077 commented 3 years ago

When I run mumble-audio-player, I can connect the mumble-server, but it shows gumble user, named "gumble-client" by me cannot transmit or receive any audio, but I have changed the config "opusthreshold=0" in murmur.ini.

1

Also, when I run mumble-audio-player, it shows that "audio player loaded! (0 files)", and no sound played. Is it normal? I think it should find chimes.ogg in path "../go/src/layeh.com/gumble/_examples/mumble-audio-player", but it not. Is it an error, or chimes.ogg on an incorrect path?

2

More information or hints about how to debugging gumble for audio is needed.