blob: 4beb8886355dfbcef0f14482bab4b29f17c43976 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- linux/sound.c.orig 2003-09-11 20:28:32.032170976 +0200
+++ linux/sound.c 2003-09-11 20:28:45.111182664 +0200
@@ -64,7 +64,7 @@
#define BUFMUL 4
#define MIXBUFFERSIZE (SAMPLECOUNT*BUFMUL)
-#define SAMPLERATE 11025 // Hz
+#define SAMPLERATE 8000 // Hz
#define SAMPLESIZE 2 // 16bit
// The actual output device.
|