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
TypeError [ERR_UNKNOWN_SIGNAL]: Unknown signal: SIGSTOP at convertToValidSignal (internal/util.js:228:9) at ChildProcess.kill (internal/child_process.js:422:5) at Recording.pause (******\node_modules\node-record-lpcm16\index.js:81:18) at Timeout.setTimeout [as _onTimeout] (******\server.js:78:19) at ontimeout (timers.js:436:11) at tryOnTimeout (timers.js:300:5) at listOnTimeout (timers.js:263:5) at Timer.processTimers (timers.js:223:10)
Any idea ?
thank you
The text was updated successfully, but these errors were encountered:
Hello ! I'm using node 12 on windows, and when I run the google speech microphone stream example (https://github.com/googleapis/nodejs-speech/blob/master/samples/MicrophoneStream.js), then do a pause after 2 seconds, I got this error
TypeError [ERR_UNKNOWN_SIGNAL]: Unknown signal: SIGSTOP at convertToValidSignal (internal/util.js:228:9) at ChildProcess.kill (internal/child_process.js:422:5) at Recording.pause (******\node_modules\node-record-lpcm16\index.js:81:18) at Timeout.setTimeout [as _onTimeout] (******\server.js:78:19) at ontimeout (timers.js:436:11) at tryOnTimeout (timers.js:300:5) at listOnTimeout (timers.js:263:5) at Timer.processTimers (timers.js:223:10)
Any idea ?
thank you
The text was updated successfully, but these errors were encountered: