gillesdemey / node-record-lpcm16

:microphone: Records a 16-bit signed-integer linear pulse modulation code encoded audio file.
ISC License
212 stars 59 forks source link

How can I pause and resume the stream? #37

Closed 16alexanders closed 7 years ago

16alexanders commented 7 years ago

I'm looking for functionality to pause and resume the stream. I'm using node-record-lpcm16 with Sonus and Snowboy. The problem is that the provided pause() and resume() are not working with node-record-lpcm16.

https://github.com/evancohen/sonus/issues/48#issuecomment-306634719

I tried to use https://www.npmjs.com/package/mic but ran into issues...

evancohen commented 7 years ago

Closing because this is a duplicate issue. Please see the other thread.

Edit: this is not my repo... Answer is still in the other thread :P