-
Notifications
You must be signed in to change notification settings - Fork 232
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
Playback stuttering #590
Comments
#512 seems to fix the issue. |
good to know! We might have to change the default then. If we do that now audio latency will increase (cant imagine 4096 is a problem for anyone) but to be sure I wanna wait till after applying #512. And I'am waiting with #512 till I have time to work through some other breaking changes so we can bundle them in one release and add a migration guide to that. |
Is your system under high cpu load when it stutters? |
As far as I tested, I haven't experienced such issues. |
Hello,
I'm facing noticeable audio stutters whenever I switch between applications (e.g. by Alt+Tabbing). When the same issue occurred in
cpal
, I simply set the buffer size to be aFixed(4096)
and that fixed the problem. However, I'm not quite sure if I can do the same inrodio
. Here's how I tried to do it:But no matter how low or high I set the
BUFFER_SIZE
, I still experience the stutters. Running on Windows 10.The text was updated successfully, but these errors were encountered: