summaryrefslogtreecommitdiff
path: root/games-fps/wolfgl/files/0.93-sample-rate.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps/wolfgl/files/0.93-sample-rate.patch')
-rw-r--r--games-fps/wolfgl/files/0.93-sample-rate.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games-fps/wolfgl/files/0.93-sample-rate.patch b/games-fps/wolfgl/files/0.93-sample-rate.patch
new file mode 100644
index 000000000000..6e7156a1c716
--- /dev/null
+++ b/games-fps/wolfgl/files/0.93-sample-rate.patch
@@ -0,0 +1,11 @@
+--- 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.