Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

running the mumble-audio-player on windows does not play sound #35

Closed
momo-aux opened this issue Mar 10, 2017 · 9 comments
Closed

running the mumble-audio-player on windows does not play sound #35

momo-aux opened this issue Mar 10, 2017 · 9 comments
Labels

Comments

@momo-aux
Copy link

I get no error message but also hear no sound.
I used the chimes.ogg file.

I used minGW64 on windows for the go build.
I can start the exe and it connects to my server.
If I send the text: chimes.ogg it says: Playing chimes.ogg on the shell window but I can't hear sound.
If I move the bot, I hear the text to speach message from the server, so audio ist enabled and working.

Any hints how to debug or what to change?

@ghost
Copy link

ghost commented Mar 10, 2017

What Mumble client version are you running?

@momo-aux
Copy link
Author

Newest from mumble website, installed and download on monday.

@momo-aux
Copy link
Author

same result on ubuntu, no error but no sound

@momo-aux
Copy link
Author

ffmpeg -i chimes.ogg -f pulse "stream" plays the sound locally, so sound setting and ffmpeg are working.

@momo-aux
Copy link
Author

Currently testing with version 1.2.19. Also tested MumbleDJ with that version, also no sound.

@ghost
Copy link

ghost commented Mar 13, 2017

Things to test:

  1. Check the bot's idle time when transmitting audio (right click bot in Mumble and click Information. The idle time should be 0s when audio is being received).

  2. Try another server and/or client to see if there is some unknown setting that is preventing you from hearing the bot's audio.

@momo-aux
Copy link
Author

you are right, it's idling.
And yes, it's working on another server.
So yes, the problem is my server, but what is wrong :-)
Any hints how to check that?

@momo-aux
Copy link
Author

Ah guess it's a code problem. the server I use is an ubuntu mumble 1.2.3 with Celtic codec.

@ghost
Copy link

ghost commented Mar 13, 2017

Yes, CELT is the problem. gumble only supports Opus, so please upgrade to Mumble server 1.2.4 or above.

@ghost ghost closed this as completed Mar 13, 2017
@ghost ghost assigned ghost and unassigned ghost Mar 13, 2017
@ghost ghost added the question label Mar 13, 2017
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant