]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
changed tryrates array to include 48000, 24000, and 16000 speeds (this should help...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 17 Feb 2006 03:25:31 +0000 (03:25 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 17 Feb 2006 03:25:31 +0000 (03:25 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5991 d7cf8633-e32d-0410-b094-e92efae38249

snd_oss.c

index 9e1711af33f816f2661c7ea7ddbda6e4677f21f1..f50c321c58c03d2cd2aa7d6145091c72ce7575bc 100644 (file)
--- a/snd_oss.c
+++ b/snd_oss.c
@@ -35,7 +35,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 int audio_fd;
 
-static int tryrates[] = {44100, 22050, 11025, 8000};
+static int tryrates[] = {44100, 48000, 22050, 24000, 11025, 16000, 8000};
 
 qboolean SNDDMA_Init(void)
 {