.asoundrc 427 B

1234567891011121314151617181920212223242526272829303132
  1. pcm.upmix71 {
  2. type upmix
  3. slave.pcm "surround71"
  4. delay 15
  5. channels 8
  6. }
  7. pcm.my_rate {
  8. type rate
  9. slave.pcm "hw"
  10. converter "samplerate_order"
  11. }
  12. # pcm.my_rate {
  13. # type rate
  14. # slave.pcm "hw"
  15. # converter "speexrate_best"
  16. # }
  17. #pcm.dmix6 {
  18. # type asym
  19. # playback.pcm {
  20. # type dmix
  21. # ipc_key 567829
  22. # slave {
  23. # pcm "hw:0,0"
  24. # channels 6
  25. # }
  26. # }
  27. #}