-
Notifications
You must be signed in to change notification settings - Fork 326
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
WASAPI broken on master, callback called with 20k Hz rate #433
Comments
Daninet
changed the title
Silent output with WASAPI, callback called with 20k Hz rate
WASAPI broken on master, callback called with 20k Hz rate
Jun 16, 2024
Also having the same issue, no sound from WASAPI. Going back to commit c5993f0 works. |
Please check if #435 fixes this. |
Thanks, I'll take a look in the coming days |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting no sound through WASAPI. The callback function is called too fast (20k times / sec), without waiting for the buffer to be played. There is no sound output, but it might be caused by my implementation not being able to deliver 20k buffers / sec.
I tried to bisect it, and I think it's caused by this PR (last commit on master): #431
The commit before works without any issues: c5993f0
The text was updated successfully, but these errors were encountered: