Add 22050 to the list of sound rates to attempt

This commit is contained in:
Jeff Teunissen 2000-12-28 06:54:16 +00:00
parent 2fdeaf7aaa
commit 579434b6df

View file

@ -67,7 +67,7 @@
int audio_fd; int audio_fd;
int snd_inited; int snd_inited;
static int tryrates[] = { 11025, 22051, 44100, 8000 }; static int tryrates[] = { 11025, 22050, 22051, 44100, 8000 };
qboolean qboolean
SNDDMA_Init (void) SNDDMA_Init (void)