Increased sound buffer length to 50ms.
This commit is contained in:
parent
39bb34ad3a
commit
3434215249
1 changed files with 1 additions and 1 deletions
|
|
@ -448,7 +448,7 @@ float VGACONST1,VGACONST2;
|
|||
float RTCCONST;
|
||||
int gated,speakval,speakon;
|
||||
|
||||
#define SOUNDBUFLEN (48000/40)
|
||||
#define SOUNDBUFLEN (48000/20)
|
||||
|
||||
|
||||
/*Sound Blaster*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue