--- hatari/src/includes/sound.h 2019/04/01 07:14:48 1.1.1.9 +++ hatari/src/includes/sound.h 2019/04/09 08:48:42 1.1.1.10 @@ -14,9 +14,9 @@ /* definitions common for all sound rendering engines */ -#define MIXBUFFER_SIZE 8192 /* Size of circular buffer to store sample to (44Khz) */ +#define MIXBUFFER_SIZE 16384 /* Size of circular buffer to store sample to (44Khz) */ -extern Uint8 SoundRegs[ 14 ]; /* store YM regs 0 to 13 */ +extern Uint8 SoundRegs[ 14 ]; /* store YM regs 0 to 13 */ extern int nGeneratedSamples; extern bool bEnvelopeFreqFlag; extern Sint16 MixBuffer[MIXBUFFER_SIZE][2];