From a83c12ef9e1cde566556a8cdac11d1ee56d28c5b Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 3 Sep 2007 01:05:27 +0000 Subject: 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(-) (limited to 'src/s_sound.c') 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 -- cgit v1.2.3