Change SOUND_CLOCK_TICKS to 280896 cycles - ~1074 samples per frame

This commit is contained in:
libretroadmin 2023-02-27 00:14:05 +01:00
parent 7e30b03889
commit 640ce45325
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ SoundDriver* soundDriver = 0;
extern bool stopState; // TODO: silence sound when true extern bool stopState; // TODO: silence sound when true
int const SOUND_CLOCK_TICKS_ = 167772; // 1/100 second int const SOUND_CLOCK_TICKS_ = 280896; // ~1074 samples per frame
static uint16_t soundFinalWave[1600]; static uint16_t soundFinalWave[1600];
long soundSampleRate = 44100; long soundSampleRate = 44100;