Advertisement
Guest User

Untitled

a guest
Jan 20th, 2014
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1.  
  2. pcm.!default {
  3. type asym
  4. playback.pcm "dmixer"
  5. capture.pcm "mixin"
  6. }
  7.  
  8.  
  9. pcm.dmixer {
  10. type dmix
  11. ipc_key 1024
  12. slave {
  13. pcm "hw:0,0"
  14. period_time 0
  15. period_size 1024
  16. buffer_size 4096
  17. rate 44100
  18. }
  19. bindings {
  20. 0 0
  21. 1 1
  22. }
  23. }
  24.  
  25. ctl.dmixer {
  26. type hw
  27. card 0
  28. }
  29.  
  30. pcm.mixin {
  31. type dsnoop
  32. ipc_key 5978293 # must be unique for all dmix plugins!!!!
  33. ipc_key_add_uid yes
  34. slave {
  35. pcm "hw:0,0"
  36. channels 1
  37. period_size 1024
  38. buffer_size 4096
  39. rate 8000
  40. periods 0
  41. period_time 0
  42. }
  43. bindings {
  44. 0 0
  45. }
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement