Advertisement
Guest User

Untitled

a guest
Feb 11th, 2022
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. devices:
  2. samplerate: 48000
  3. chunksize: 2048
  4. queuelimit: 1
  5. #enable_rate_adjust: true
  6. enable_resampling: true
  7. resampler_type: Synchronous
  8. capture_samplerate: $samplerate$
  9. capture:
  10. type: File
  11. channels: 2
  12. filename: "/dev/stdin"
  13. format: $format$
  14. playback:
  15. type: ALSA
  16. channels: 2
  17. device: "hw:Generic_1,0"
  18. format: S16LE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement