Penguin

Differences between current version and previous revision of Alsa5.1Notes.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Thursday, March 30, 2006 9:23:13 pm by PaulHunkin
Older page: version 2 Last edited on Friday, December 9, 2005 9:13:49 am by IanMcDonald Revert
@@ -1 +1,19 @@
-AlastairPorter should add notes here on how he set up 5.1 surround sound  
+You may need to use something like this in your ~/.asoundrc to make Alsa output sound to all channels.  
+  
+<pre>  
+ pcm.!default {  
+ type route  
+ slave.pcm surround51  
+ slave.channels 6  
+ ttable..0 1  
+ ttable.1.1 1  
+ ttable..2 1  
+  
+ ttable.1.3 1  
+ ttable..4 . 5  
+ ttable .1.4 .5  
+ ttable..5 .5  
+ ttable.1.5 .5  
+  
+ }  
+</pre>