-
Notifications
You must be signed in to change notification settings - Fork 9
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
Make audio buffer size configurable #52
Comments
funny how i was about to open an issue mentioning exactly that lol |
oh yeah, one other thing i forgot to mention is that increasing the audio buffer size in sidplayfp makes the register dump display skip some frames to match with that size (?), at least when using PulseAudio can this be fixed or is it just some insignificant detail? |
Maybe we can use a separate thread to update the display... |
yeah, would also help with display flickering as a bonus maybe |
Available on master, please test |
yeah the display is getting updated every 250 ms apparently, on both out123 and PulseAudio builds it seems to have helped a bit with libsidplayfp#161 tho', i can still notice some inconsistencies with |
UPDATE: i also noticed that when selecting/replaying a tune, you hear some of it sorta leaking out after that brief moment of silence between the tune selection, seems like it's trying to fill a 250 ms buffer in the process (?) |
coming to think of it, maybe this was already happening before this buffer thing was changed? however, the buffer size was so small back then that it was almost unnoticeable |
yeah, I've noticed the same, will look into it. |
Is it better now after last change? |
yup, i don't hear that leakage anymore but that silent part between each tune is a bit longer, not a big deal tho' |
As the title says, add an ini setting to specify the buffer length in milliseconds.
The text was updated successfully, but these errors were encountered: