From f596cfcd76c8c03c41c0691561c9b3c9c4419393 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 4 Apr 2011 18:40:28 +0000 Subject: Change setup tool default sampling rate to 44100Hz to match the game (thanks Alexandre Xavier). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2319 --- setup/sound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup') diff --git a/setup/sound.c b/setup/sound.c index 2352baa1..7386e789 100644 --- a/setup/sound.c +++ b/setup/sound.c @@ -64,7 +64,7 @@ int sfxVolume = 8; int snd_musicdevice = SNDDEVICE_GENMIDI; int musicVolume = 8; -int snd_samplerate = 22050; +int snd_samplerate = 44100; int opl_io_port = 0x388; int use_libsamplerate = 0; -- cgit v1.2.3