ashishbajaj99 / mic

A simple stream wrapper for arecord (Linux (including Raspbian)) and sox (Mac, Windows). Returns a Passthrough stream object so that stream control like pause(), resume(), pipe(), etc. are all available.
MIT License
103 stars 61 forks source link

adding buffer size as parameter. #21

Open lorenzoromagnoli opened 6 years ago

lorenzoromagnoli commented 6 years ago

I needed to control the size of the recording buffer to be able to quickly process a fft on the signal. Thank you very much for this package btw 👍