-
Notifications
You must be signed in to change notification settings - Fork 35
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
gurgly audio #91
Comments
set the audio buffer to 128. I'm not sure how to do that on discord, but with chrome it's --audio-buffer-size=128 bigger buffers are worse. |
seems to be the same issue on Firefox 67.0.2, any idea how to increase buffer for Firefox? |
I run into some similar issues. It looks like, apulse gets „null bytes“ from both browsers during playback. (Simplistic showcase): Which results in „stuttering“ because the audio stream gets somewhere corrupted by those 0x00. I tried setting „—audio-buffer-size=128“ in the chromium tests, but this did not change anything with this stuttering 0x00 byte issue. Any idea whats going on here? |
Crypto90: just for testing, can you throw those 0x00s out when they do enter the stream? |
I tried. The output is totally corrupted garbage :( Yesterday I made some more tests and saw, that those stuttering gaps between the sound data is not persistent. |
just recently got this working with Discord since pulse decided to die after an update...
(I'm completely happy with pulse dieing because it sucked anyways)
so while this works in Discord, all audio coming through it is gurgly, and any call just drops audio after 10 seconds at most if not instantly.
note that this does not include my mic, that has no problems at all and works perfectly.
no it's not discord as everything but voice works perfectly fine on alsa
The text was updated successfully, but these errors were encountered: