You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the issue is as stated above, sound/music stutters when leaving the road (and also when it bumps into a car, just noticed this)
this only happens at 60FPS and "Frame Rate Original"; HIRES on/off makes no difference
with 30FPS the sound/music does not stutter
ingame fps is 60 without dips (windows 10, intel i7, nvidia graphics, 8gb ram; sampling rate 48kHz same as in xml)
game plays fine otherwise
p.s. the sound also stutters for a second when restarting via parameter change e.g. the "bing" sound you hear when changing scanlines or window scale from the menu, after the screen returns; but this may very well be unrelated and just a side-effect of restarting the engine
The text was updated successfully, but these errors were encountered:
game also freezes sometimes (just happened the second time) on the high score screen, after I enter initials and hit E(N)D; "menu" button works fine; high score IS stored in the XML
from what i can tell, this only happens only/always in the case of GAME OVER, the game does not freeze if i complete the course
have no idea if related to the original issue
This is due to buffer underrun, simply put the system can't keep up. The arcade ran at 31250Hz sample rate but the game is kind of calibrated to run at 44,100Hz.
This can be completely resolved by moving the sound to it's own thread (which is actually how the arcade machine worked, since it had a Z80 dedicated to sound).
The high-score bug is related to the timer fixes - see issue #140 (which contains the fix for that).
the issue is as stated above, sound/music stutters when leaving the road (and also when it bumps into a car, just noticed this)
this only happens at 60FPS and "Frame Rate Original"; HIRES on/off makes no difference
with 30FPS the sound/music does not stutter
ingame fps is 60 without dips (windows 10, intel i7, nvidia graphics, 8gb ram; sampling rate 48kHz same as in xml)
game plays fine otherwise
p.s. the sound also stutters for a second when restarting via parameter change e.g. the "bing" sound you hear when changing scanlines or window scale from the menu, after the screen returns; but this may very well be unrelated and just a side-effect of restarting the engine
The text was updated successfully, but these errors were encountered: