Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- devices:
- samplerate: 48000
- chunksize: 2048
- queuelimit: 1
- #enable_rate_adjust: true
- enable_resampling: true
- resampler_type: Synchronous
- capture_samplerate: $samplerate$
- capture:
- type: File
- channels: 2
- filename: "/dev/stdin"
- format: $format$
- playback:
- type: ALSA
- channels: 2
- device: "hw:Generic_1,0"
- format: S16LE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement