You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
345 B
12 lines
345 B
--- 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.
|