Advertisement
Guest User

ALSA downmix stereo to mono (in case of Blown Speaker)

a guest
Feb 6th, 2012
448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. pcm.!default makemono
  2.  
  3. pcm.makemono {
  4. type route
  5. slave.pcm "hw:0"
  6. ttable {
  7. 0.0 1 # in-channel 0, out-channel 0, 100% volume
  8. 1.0 1 # in-channel 1, out-channel 0, 100% volume
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement