Evan Cohen

Results 67 comments of Evan Cohen

I haven't had the chance to do a deep dive into this, @vishal-android-freak did you end up figuring this out on your own? I don't have a macbook so it...

Absolutely none, but I've seen a few libraries for it. On Mon, Nov 28, 2016, 2:06 PM Ashish Chandwani wrote: > So the current tests I have are not very...

I've been looking for the docs on this as well. It doesn't seem like it's obviously exposed. Ideally sonus could trigger the `error` event with context saying that there is...

Totally agreed. I'm still looking for a good way to do this and am open to suggestions :)

It seems that this is now [exposed](https://cloud.google.com/speech/reference/rpc/google.cloud.speech.v1#google.cloud.speech.v1.StreamingRecognizeResponse)! I should have time to implement it this weekend :)

Thanks for the PR! It looks like this also broke some tests, can you take a look? If not I can spend some time this weekend :)

Thank you! Sorry for totally missing the notification for this PR. From a quick glance your PR only stops keyword emission, which might lead to unexpected results. For example calling...

Just took a quick look at this, looks like this is a bug that was introduced in the most recent version. I'll take a stab at fixing it this weekend...

Oof, this fell off my radar, sorry! Will attempt to fix asap.

Immediate solution is to comment out https://github.com/evancohen/sonus/blob/master/index.js#L140-L146 in your `node_modules` folder. It seems that at some point pause and resume was removed from the underlying audio library. They just pushed...