From 579434b6dfae5051fe3b486101630149fc098448 Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Thu, 28 Dec 2000 06:54:16 +0000 Subject: [PATCH] Add 22050 to the list of sound rates to attempt --- source/snd_oss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/snd_oss.c b/source/snd_oss.c index 8d0c0b2..9cf3ec7 100644 --- a/source/snd_oss.c +++ b/source/snd_oss.c @@ -67,7 +67,7 @@ int audio_fd; int snd_inited; -static int tryrates[] = { 11025, 22051, 44100, 8000 }; +static int tryrates[] = { 11025, 22050, 22051, 44100, 8000 }; qboolean SNDDMA_Init (void)