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

Can you provide an option to silence the prints inside IsSilence? #3

Closed mdrx-io closed 8 years ago

mdrx-io commented 8 years ago

I need to be able to quiet these prints: "Found speech block"

Great package... much more flexible and easy to use than some of the other microphone packages.

ashishbajaj99 commented 8 years ago

Thanks @crunchex for the feedback. Am adding that in shortly.

ashishbajaj99 commented 8 years ago

Done, check mic version 2.1.1

Cheers.