evancohen / sonus

:speech_balloon: /so.nus/ STT (speech to text) for Node with offline hotword detection
MIT License
619 stars 79 forks source link

Add pause/resume functionality for Sonus #17

Closed evancohen closed 7 years ago

evancohen commented 7 years ago

Usage

sonus = Sonus.init(.......);

Sonus.start(sonus);  // Start
Sonus.pause(sonus);  // Pause
Sonus.resume(sonus); // Resume
evancohen commented 7 years ago

@ashishsc yo dawg. This could use some more testing, but you should really look over it. It's pretty complicated...

ashishsc commented 7 years ago

will do

ashishsc commented 7 years ago

Also, why is this failing a build on travis?

evancohen commented 7 years ago

Finally 🌵

ashishsc commented 7 years ago

lgtm