Reduced sound buffer length to 25ms.
This commit is contained in:
parent
96ae5e84e3
commit
2e965db14e
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/10)
|
||||
#define SOUNDBUFLEN (48000/40)
|
||||
|
||||
|
||||
/*Sound Blaster*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue