]> git.mxchange.org Git - flightgear.git/commitdiff
Add a description on how to setup surround sound when using ALSA.
authorehofman <ehofman>
Thu, 29 Apr 2004 19:18:48 +0000 (19:18 +0000)
committerehofman <ehofman>
Thu, 29 Apr 2004 19:18:48 +0000 (19:18 +0000)
docs-mini/README.sound

index 7e2272cecb66cc06cabd4a8d4cb5392780d24d90..a180cec626f5baa9e17b330b46a98c7c4b4c593c 100644 (file)
@@ -1,4 +1,16 @@
 
+ALSA surround sound (5.1) setup
+-------------------------------------
+(taken from http://floam.ascorbic.com/how-to/alsa5.1)
+
+Make a ~/.openalrc, we are telling OpenAL that we want surround sound and
+we want to use ALSA instead of OSS.
+
+(define speaker-num 4)
+(define devices '(alsa))
+(define alsa-out-device "surround40:0,0")
+
+
 ALSA and Arts
 -------------------------------------