1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/audio/xamp/files/patch-ah
2000-05-29 22:08:27 +00:00

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