diff options
author | Simon Howard | 2007-09-03 01:05:27 +0000 |
---|---|---|
committer | Simon Howard | 2007-09-03 01:05:27 +0000 |
commit | a83c12ef9e1cde566556a8cdac11d1ee56d28c5b (patch) | |
tree | 3f719816181ab55203d9f1e0a92051955225d822 /src/s_sound.c | |
parent | 1501546e19ffe64bee2ddc07a66833a7b0f701c5 (diff) | |
download | chocolate-doom-a83c12ef9e1cde566556a8cdac11d1ee56d28c5b.tar.gz chocolate-doom-a83c12ef9e1cde566556a8cdac11d1ee56d28c5b.tar.bz2 chocolate-doom-a83c12ef9e1cde566556a8cdac11d1ee56d28c5b.zip |
Up the default sample rate to 44100.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 968
Diffstat (limited to 'src/s_sound.c')
-rw-r--r-- | src/s_sound.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |