-
Notifications
You must be signed in to change notification settings - Fork 42
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
Lower default sound latency #58
Comments
I try to avoid shipping a default config file, especially one differing from the defaults in the code. |
I'm only advocating for changing the default waveOut latency in the code to 160 or 128 (same as |
Even though on my system WASAPI allows the lowest latency with audio sync, and somehow produces the least artifacts without. |
Changed in new beta 10.4 |
bsnes-hd
defaults audio latency to 512, which delays jump sound effect in SMW until Mario is already at full height.Upstream
bsnes_v115-windows
also internally defaults to 512, but ships with a config file lowering it to 128.Unscientific tests on my machine (Windows 2004, bsnes-hd 10.3, Super Mario World, default settings: audio sync, no dynamic rate, no exclusive mode):
That said, for actually playing on my system, I'd probably use the Dynamic Rate Control preset.
The text was updated successfully, but these errors were encountered: