Oddly enough, setting the sound hardware to 44100 gives correct sound, even though the software is set to generate sound for 22050...

svn-id: r5176
This commit is contained in:
Marcus Comstedt 2002-10-18 01:40:53 +00:00
parent 005696bc4b
commit 3a34fa8288

View File

@ -30,7 +30,7 @@ EXTERN_C void *memcpy4(void *s1, const void *s2, unsigned int n);
void initSound()
{
stop_sound();
do_sound_command(CMD_SET_FREQ_EXP(FREQ_22050_EXP));
do_sound_command(CMD_SET_FREQ_EXP(FREQ_44100_EXP));
do_sound_command(CMD_SET_BUFFER(3));
}