Advertisement
xtinaaaa

Untitled

Feb 16th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. pcm.!default {
  2. type hw
  3. card 0
  4. }
  5.  
  6. ctl.!default {
  7. type hw
  8. card 0
  9. }
  10. pcm.mic_hw{
  11. type hw
  12. card memsmic
  13. channels 2
  14. format S32_LE
  15. }
  16. pcm.mic_mm{
  17. type mmap_emul
  18. slave.pcm mic_hw
  19. }
  20. pcm.mic_rt{
  21. type route
  22. slave.pcm mic_mm
  23. ttable.0.0 1
  24. ttable.0.1 0
  25. ttable.1.0 1
  26. ttable.1.1 0
  27. }
  28. pcm.mic_sv{
  29. type softvol
  30. slave.pcm mic_rt
  31. #slave.period_time 125000
  32. #slave.buffer_time 500000
  33. control {
  34. name "Boost Capture Volume"
  35. card memsmic
  36. }
  37. min_dB -3.0
  38. max_dB 50.0
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement