From a3bdc179949956d759d1f866f86a25da44d378a3 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 8 Sep 2008 00:27:06 +0000 Subject: Move s_sound.[ch] to doom/ Subversion-branch: /branches/raven-branch Subversion-revision: 1213 --- src/i_sound.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/i_sound.c') diff --git a/src/i_sound.c b/src/i_sound.c index 3f057c62..c44219fb 100644 --- a/src/i_sound.c +++ b/src/i_sound.c @@ -42,6 +42,10 @@ #define DEFAULT_MUSIC_DEVICE SNDDEVICE_NONE #endif +// Sound sample rate to use for digital output (Hz) + +int snd_samplerate = 44100; + // Low-level sound and music modules we are using static sound_module_t *sound_module; -- cgit v1.2.3