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.
gentoo-overlay/games-fps/wolfgl/files/0.93-sample-rate.patch

12 lines
344 B

--- a/linux/sound.c 2003-09-11 20:28:32.032170976 +0200
+++ b/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.