freebsd-ports/audio/xamp/files/patch-ah
2000-05-29 22:08:27 +00:00

11 lines
260 B
Text

--- ../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 */