espressif / esp-sr

Speech recognition
Other
535 stars 101 forks source link

Wake up using API (AIS-1625) #101

Open mike-2020 opened 1 month ago

mike-2020 commented 1 month ago

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?

feizi commented 1 month 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.

mike-2020 commented 1 month ago

yes, it works perfect.

Is there a way to control timeout at runtime? I mean, after multinet is created, modify the timeout value ...

feizi commented 1 month ago

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