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

Popping/hitching in beep example #272

Open
Ralith opened this issue May 20, 2019 · 5 comments
Open

Popping/hitching in beep example #272

Ralith opened this issue May 20, 2019 · 5 comments

Comments

@Ralith
Copy link
Contributor

Ralith commented May 20, 2019

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.

@swooster
Copy link

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.

@Ralith
Copy link
Contributor Author

Ralith commented Jan 17, 2020

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.

@sniperrifle2004
Copy link

I wonder if this might be caused by the buffer not being filled up (#432)?

@RobDavenport
Copy link

Can confirm this is still happening on Windows 11:
Default output config: SupportedStreamConfig { channels: 2, sample_rate: SampleRate(48000), buffer_size: Unknown, sample_format: F32 }

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.

@gintsgints
Copy link

gintsgints commented Aug 15, 2024

I can confirm, this is still issue with my Mac M3, and Windows. Is there any hope to get this fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants