Reduced sound buffer length to 25ms.

This commit is contained in:
SarahW 2017-02-01 18:21:24 +00:00
commit 2e965db14e

View file

@ -448,7 +448,7 @@ float VGACONST1,VGACONST2;
float RTCCONST;
int gated,speakval,speakon;
#define SOUNDBUFLEN (48000/10)
#define SOUNDBUFLEN (48000/40)
/*Sound Blaster*/