We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version / OS: master / Debian Testing
Steps to reproduce: Call sendAudioData with data from PortAudio.
A small 75-line program that demonstrates the problem: https://gist.github.com/CosineP/c2811cd9b7461b05046f15d4ae2f0183
Expected results: Audio is sent to Mumble server
Actual results: This fatal AudioException is thrown:
terminate called after throwing an instance of 'mumlib::AudioException' what(): failed to encode 69 B of PCM data: invalid argument
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version / OS: master / Debian Testing
Steps to reproduce:
Call sendAudioData with data from PortAudio.
A small 75-line program that demonstrates the problem: https://gist.github.com/CosineP/c2811cd9b7461b05046f15d4ae2f0183
Expected results:
Audio is sent to Mumble server
Actual results:
This fatal AudioException is thrown:
The text was updated successfully, but these errors were encountered: