Closed mike-2020 closed 2 months ago
Speech command recognition and wake word recognition are independent of each other. I think you can trigger command recognition at any time, regardless of whether it has been woken up.
yes, it works perfect.
Is there a way to control timeout at runtime? I mean, after multinet is created, modify the timeout value ...
Is there a way to control timeout at runtime? I mean, after multinet is created, modify the timeout value ...
There is no such API yet
Instead of letting user speak the wake word, I need to wake up the wakenet in code, so that user can directly speak command word without speaking wake word temporarily. Is there such kind of API?