Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. pcm.!default {
  2. type plug
  3. slave.pcm "makemono"
  4. }
  5.  
  6. pcm.makemono {
  7. type route
  8. slave.pcm "dmixer"
  9. ttable {
  10. 0.0 1
  11. 1.0 1
  12. }
  13. }
  14.  
  15. pcm.dmixer {
  16. type dmix
  17. ipc_key 1024
  18. ipc_key_add_uid false
  19. ipc_perm 0666
  20. slave {
  21. pcm "hw:0,0"
  22. period_time 0
  23. period_size 1024
  24. buffer_size 4096
  25. rate 44100
  26. }
  27. bindings {
  28. 0 0
  29. 1 1
  30. }
  31. }
  32.  
  33. ctl.mixer0 {
  34. type hw
  35. card 0
  36. }
  37.  
  38. ctl.dmixer {
  39. type hw
  40. card 0
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement