reduce sound input rate slightly.

This commit is contained in:
Daryl Borth 2018-08-20 09:29:40 -06:00
parent 845e69d889
commit acd7e773f0
2 changed files with 2 additions and 2 deletions

View File

@ -483,7 +483,7 @@ DefaultSettings ()
Settings.Stereo = true;
Settings.ReverseStereo = true;
Settings.SoundPlaybackRate = 48000;
Settings.SoundInputRate = 31970;
Settings.SoundInputRate = 31950;
Settings.DynamicRateControl = true;
// Graphics

View File

@ -638,7 +638,7 @@ ResetVideo_Emu ()
else
ResetFbWidth(512, rmode);
Settings.SoundInputRate = 31970;
Settings.SoundInputRate = 31950;
UpdatePlaybackRate();
}