Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. pcm.!default {
  2. type asym
  3. capture.pcm "mic"
  4. playback.pcm "speaker"
  5. }
  6.  
  7. pcm.mic {
  8. type softvol
  9. slave {
  10. pcm "array"
  11. }
  12. control {
  13. name "MicArray Master"
  14. card "MATRIXIOSOUND"
  15. }
  16. }
  17.  
  18. pcm.speaker {
  19. type plug
  20. slave {
  21. pcm "hw:0,0"
  22. }
  23. }
  24.  
  25. pcm.array {
  26. type plug
  27. slave {
  28. pcm "hw:MATRIXIOSOUND"
  29. }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement