From: ehofman Date: Thu, 29 Apr 2004 19:18:48 +0000 (+0000) Subject: Add a description on how to setup surround sound when using ALSA. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ed9959d2d8943a4d0997fb9055191bdb5952c810;p=flightgear.git Add a description on how to setup surround sound when using ALSA. --- diff --git a/docs-mini/README.sound b/docs-mini/README.sound index 7e2272cec..a180cec62 100644 --- a/docs-mini/README.sound +++ b/docs-mini/README.sound @@ -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 -------------------------------------