Add a description on how to setup surround sound when using ALSA.
This commit is contained in:
parent
e83af4e235
commit
ed9959d2d8
1 changed files with 12 additions and 0 deletions
|
@ -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
|
ALSA and Arts
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue