-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wake word support #21
Comments
open source? |
I don't know... this is from Espressif Peter Wang | Peter Wang | 12:33 PM (10 hours ago) | | We have got the IA610 EV board, will make a prototype board for the solution. The wake word can be done on ESP32 or External DSP. The AEC function should be done on external DSP , if use a Microphone array. |
It is part of this kit. But that $10 DSP is not required. |
It need the module with the 4MB PSRAM - ESP32-WROVER |
no code released yet... keeping an eye out for it. would be helpful if they don't need to use the $10 microsemi part |
Peter said... That is $0.50 part. The Lryatd kit was released in January. Ping the CNX guy, he has the kit |
I am also looking for this functionality wakeup word detection. One way I think it can be done is by HM2007 chip(just detecting word and waking ESP32 to send other part of the voice). |
Has someone tried to use the Cloud-Based Wake Word Verification to achieve this? I wouldn't mind sending an audio stream to Amazon servers ... at least for testing :) |
yoel: thats just verification to check if you were wrong or not, you still need to do wakeword detection |
@shirish47 - there's also: |
Espressif LyraTD SDK code is here: Not sure if the wake word support is in the SDK yet. Looks like a beta is here: https://github.com/espressif/esp-avs-sdk/blob/master/README.md |
Espressif has a wake word engine that runs on the ESP32 now. It works with Alexa.
But... it needs that module with 4MB of PS RAM.
The text was updated successfully, but these errors were encountered: