]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_3dras.c
Experimental theora capturevideo code.
[xonotic/darkplaces.git] / snd_3dras.c
index 5ef28bc5afa13b66d9fd8a31678088c17044313e..376612060dcf1102005a9420017db70772d06987 100644 (file)
@@ -1022,3 +1022,9 @@ int S_GetSoundRate (void){
        Con_Printf("So let's assume 44100.\n");
        return 44100;
 }
+
+int S_GetSoundChannels (void){
+       Con_Printf("Inside 3DRAS, the soundrate of the end-user is NONE of the dev's concern.\n");
+       Con_Printf("So let's assume 2.\n");
+       return 2;
+}