-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Audio output stops working #6735
Comments
This sounds suspiciously like ca87877 Could you try before and after that commit? @Krzmbrzl can we |
Yes, almost certainly. I really hate the Qt metatype system -.- Fun fact: |
I checked, with the registration of const void * it works |
Nice, would you mind open a PR for that? Should be enough to replace this one line then. |
I didn't replace it. Instead I added it underneath, because I don't have an overview whether it is still used another place. Just saw that there's some more mentions of AudioOutputBuffer in the same file. |
We only need to register it, if we are using it the Qt signal/slot mechanism, which I think we do not anymore after ca87877 🤔 But I guess, you can try replacing the line first. And then, if that breaks audio output, we know we need both 😆 |
🤣 |
I see :) Make sure your commit message follows our guideline You can even add multiple "remotes" so you don't have to clone Mumble again on your computer. The default one is called "origin". But you can do something like |
Description
The audio works after startup until there's no incoming Audio. In that moment appears the error message:
From then on there's no audio output anymore.
When I go into settings and press ok, the behavior will reset until the incoming audio goes silent. In that moment the error message will be printed to the console again.
This behavior wasn't there in 2aeb6cb but it is there in 5b8c175. I know, a lot has happened in-between but I can't tell where it happened.
Steps to reproduce
Mumble version
No response
Mumble component
Client
OS
Linux
Reproducible?
Yes
Additional information
No response
Relevant log output
Screenshots
No response
The text was updated successfully, but these errors were encountered: