You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: