-
Notifications
You must be signed in to change notification settings - Fork 88
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 hiccups with FLAC decoder #507
Comments
Can you define hiccup? Does the decoding queue seem to starve the rendering block or does the decoder just take a minute to get started? Is this using debug or release mode? |
The hiccup is a very small pause in the audio. I guess it's the extra padding added in the render block. The logs look like this when it happens:
It already happened 4-5 times but it's hard to reproduce. |
It's interesting that only 96 frames are in the ring buffer. Normally writes are chunked so that number seems a bit strange. The FLAC decoder should always produce the number of frames requested if they're in the file. |
I randomly get a single audio hiccup (short pause) at the start of playback with the FLAC decoder.
Not sure how to track this down. Any advice?
The text was updated successfully, but these errors were encountered: