Evan Cohen

Results 67 comments of Evan Cohen

I've been considering a python library (and setting up pip), but I'm working on Node first to work out any kinks. I've experimented with the Python gRPC before it was...

Pretty sure you can use the `addCommands()` function multiple time with a single command object. They will not be overwritten. For example ``` javascript const command1 = { 'hello': function...

I'm open to suggestions for other wakeword libraries :)

Yeah, having some troubleshooting docs is probably be a good idea. 90% of the time the symptoms you describe are caused by something wrong with the billing configuration. I have...

@jaumard 403 most likely means there's a problem with your billing information. I have some instructions on how to correctly enable it do that for another project: [Setting up speech...

I'm down with this :)

Also lol because you @ some random person...

We already have an example for annyang: https://github.com/evancohen/sonus/blob/master/examples/annyang-example.js Because it has native components it doesn't really run in a web browser. We'll have to do some thinking about how to...

Thanks for the super detailed suggestion! This is a good idea :) I'm working on a refactor of Sonus that allows for more cloud recognizers and a bit more control...

Awesome :) I'll definitely integrate this into the next release. One change though: noSingleUtterace should be a parameter on the hotword - it shouldn't be hard-coded for a specific index....