ref: a83c12ef9e1cde566556a8cdac11d1ee56d28c5b
parent: 1501546e19ffe64bee2ddc07a66833a7b0f701c5
author: Simon Howard <[email protected]>
date: Sun Sep 2 21:05:27 EDT 2007
Up the default sample rate to 44100. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 968
--- a/src/s_sound.c
+++ b/src/s_sound.c
@@ -110,7 +110,7 @@
// Sound sample rate to use for digital output (Hz)
-int snd_samplerate = 22050;
+int snd_samplerate = 44100;
// Internal volume level, ranging from 0-127