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

Linux signals not supported on windows #41

Open AxelGuignard opened 3 years ago

AxelGuignard commented 3 years ago

I try to use mic.pause() and mic.resume() on windows but i encounter the following errors: TypeError [ERR_UNKNOWN_SIGNAL]: Unknown signal: SIGSTOP when trying mic.pause() TypeError [ERR_UNKNOWN_SIGNAL]: Unknown signal: SIGCONT when trying mic.resume()

Maybe linux signals are not supported on windows?

YiitWT commented 4 months ago

any fix?