Penguin

Differences between current version and revision by previous author of AlsaNotes.

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

Newer page: version 22 Last edited on Saturday, August 15, 2009 9:52:38 pm by LawrenceDoliveiro
Older page: version 20 Last edited on Wednesday, July 19, 2006 5:10:16 pm by AristotlePagaltzis Revert
@@ -74,8 +74,12 @@
 
 </verbatim> 
  
 There are some problems with this. First of all, [OSS] [Kernel] emulation won’t go through this layer. For an [OSS]-based application to use this, you need to use the <tt>aoss</tt> helper utility. Also, for [SDL] based applications (usually games) to use this, you will want the EnvironmentVariable <tt>AUDIODEV</tt> to be set to <tt>default</tt>, ie. <tt>export AUDIODEV=default</tt>. 
+  
+!!! Surround-Sound Notes  
+  
+Couple of pages that might be useful, at the [ALSA Wiki|http://alsa.opensrc.org/SurroundSound] and [Halfgaar|http://www.halfgaar.net/surround-sound-in-linux], thanks to [Dave Phillips|http://www.linuxjournal.com/node/1000244].  
  
  
 !!! Soundblaster SB16 module 
  
@@ -125,4 +129,7 @@
  --define 'cards als4000' --target $arch 
 </verbatim> 
  
 where <tt>$arch</tt> might be <tt>athlon</tt>, f.ex. The [RPM]s will end up in <tt>RPMS/$arch/</tt>, ie f.ex in <tt>RPMS/athlon/</tt>. As with all source builds, you will need to recompile the [SRPM] if you upgrade your [Kernel]; you only need to install the <tt>kernel-module-alsa</tt> [RPM], however. 
+  
+!!! See also  
+[ALSA configuration notes|http://www.sabi.co.uk/Notes/linuxSoundALSA.html]