12 lines
260 B
Plaintext
12 lines
260 B
Plaintext
--- ../audioIO_Linux.c.orig Tue Aug 18 12:46:03 1998
|
|
+++ ../audioIO_Linux.c Tue Aug 18 12:46:26 1998
|
|
@@ -26,7 +26,7 @@
|
|
|
|
/* optimal fragment size */
|
|
|
|
-int AUSIZ = 0;
|
|
+int AUSIZ = 32768;
|
|
|
|
/* declare these static to effectively isolate the audio device */
|
|
|