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

WASAPI broken on master, callback called with 20k Hz rate #433

Closed
Daninet opened this issue Jun 16, 2024 · 3 comments · Fixed by #435
Closed

WASAPI broken on master, callback called with 20k Hz rate #433

Daninet opened this issue Jun 16, 2024 · 3 comments · Fixed by #435

Comments

@Daninet
Copy link

Daninet commented Jun 16, 2024

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

@Daninet 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
@Xenakios
Copy link

Also having the same issue, no sound from WASAPI. Going back to commit c5993f0 works.

@lalitshankarchowdhury
Copy link
Contributor

Please check if #435 fixes this.

@Xenakios
Copy link

Please check if #435 fixes this.

Thanks, I'll take a look in the coming days

garyscavone added a commit that referenced this issue Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants