Increased sound buffer length to 50ms.

This commit is contained in:
SarahW 2017-02-18 20:59:27 +00:00
commit 3434215249

View file

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