commit a83c12ef9e1cde566556a8cdac11d1ee56d28c5b
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Mon Sep 3 01:05:27 2007 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Mon Sep 3 01:05:27 2007 +0000
Up the default sample rate to 44100.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 968
---
src/s_sound.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/s_sound.c b/src/s_sound.c
index e367fafc..57066ad4 100644
--- a/src/s_sound.c
+++ b/src/s_sound.c
@@ -110,7 +110,7 @@ int musicVolume = 8;
// Sound sample rate to use for digital output (Hz)
-int snd_samplerate = 22050;
+int snd_samplerate = 44100;
// Internal volume level, ranging from 0-127