Evan Cohen

Results 67 comments of Evan Cohen

So I have a working version with the new recording library, but it didn't match well with the current implementation. I'm not thrilled with the results. I'm going to do...

I won't be able to look at this until over the holidays, but hopefully I can figure something out on vacation next week.

I like that approach, a few suggestions for you: First, you can record multiple audio streams on the Pi with [`dsnoop`](http://alsa.opensrc.org/Dsnoop) - if I were you I would just use...

@timaschew I've got an experimental implementation that uses a ring buffer for audio on the [`audio-buffer`](https://github.com/evancohen/sonus/tree/audio-buffer) branch to address that issue, I'm assuming you could create a similar implementation in...

@timaschew happy to answer any questions (or concerns) you have! I am traveling at the moment, so I can't promise I'll respond instantly, but I will get back to you...

In a round-about way, yes. Sonus doesn't surface the last hotword with final results of an utterance, but you could do something like: ``` javascript let lastKeyword = null sonus.on('hotword',...

Not out of the box... I'm wanting to support this in the next version, but I'm currently traveling and am waiting to do a refactor once I return. I'm curious...

I think I have a friend who might be interested in helping out with this.

Do we know what the fix is? What changed between production and dev to cause this?

@justbill2020 is this resolved, or is it still broken?