mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-05 23:52:49 +02:00
Change SOUND_CLOCK_TICKS to 280896 cycles - ~1074 samples per frame
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user