-
Notifications
You must be signed in to change notification settings - Fork 11
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
Non-negligible latency in SDL_mixer #24
Comments
Maybe you can try SDL-Mixer-X, an improvement version of SDL_Mixer which retain compatibility with upstream library. |
@RyanBram thanks for the information! I may try that out sometime. |
@pulsejet thanks for the info, but parameter tuning was the first thing I tried. |
This issue is absent on my system ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Audio.se_play
is finally implemented! However, at least in my environment, it produces non-negligible latency. It is estimatedly 0.5 seconds.I tried several workarounds on
Mix_OpenAudio
found in the Internet, but no one helped me.Perhaps we should test it on other environments.
The text was updated successfully, but these errors were encountered: