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

Debug in IsSilence #1

Closed Ruffo324 closed 8 years ago

Ruffo324 commented 8 years ago

Added the Debug option to the other file..

ashishbajaj99 commented 8 years ago

Hi @Ruffo324 I've already added in the debug option in the latest package. Please take a look. Its tied up with the debug options that you pass into the mic object.

Now I am not sure why we need the ToggleCall, it kinda seems redundant to me. Can you explain this a bit more?

Thanks, -Ashish

ashishbajaj99 commented 8 years ago

Not really seeing the use case for the Toggle Call. So closing this PR for now. Thanks for the contribution.