summaryrefslogtreecommitdiff
path: root/src/i_sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_sound.c')
-rw-r--r--src/i_sound.c4
1 files changed, 4 insertions, 0 deletions
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;