diff --git a/src/apu.h b/src/apu.h index cfbe754..522c9af 100644 --- a/src/apu.h +++ b/src/apu.h @@ -13,7 +13,7 @@ WITH REGARD TO THIS SOFTWARE. typedef unsigned int Uint32; typedef signed int Sint32; -#define SAMPLE_FREQUENCY 48000 +#define SAMPLE_FREQUENCY 44100 typedef struct { Uint16 *dat;