-
Notifications
You must be signed in to change notification settings - Fork 396
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
Popping/hitching in beep example #272
Comments
I've encountered the same thing on the master branch (0354548) on windows 7... Sometimes I go several minutes without hitches, sometimes they're only a few seconds apart. I've tried checking if it's my audio by listening to a 1000hz sine wave on youtube, and that hasn't yet hitched once. Perhaps this is grasping at straws, but any hitches I encountered occurred when typing in Discord. |
On current master, I can only reproduce this by e.g. aggressively cycling between windows while running the example; running heavy compiles in the background doesn't affect it. Other programs like mpv, however, don't glitch no matter what I try, so this remains an issue. |
I wonder if this might be caused by the buffer not being filled up (#432)? |
Can confirm this is still happening on Windows 11: I upped the length to be 60 seconds and it seems to consistantly click/pop, both on debug & release. This is also with very light load <2% cpu utilization during the entire run. |
I can confirm, this is still issue with my Mac M3, and Windows. Is there any hope to get this fixed? |
On Linux with alsa backed by pulse, I'm experiencing extremely erratic artifacts in the beep example. Sometimes they'll occur practically continuously, and sometimes they won't occur at all, but they're common on average and unmistakeable when you hear them.
The text was updated successfully, but these errors were encountered: