-
Notifications
You must be signed in to change notification settings - Fork 135
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
support for xiao esp32s3 sense (AIS-1464) #121
Comments
vad_state shows speech activity so microphone is getting detected but not the wake words. |
@feizi any help with this? |
Can you save audio data of your board by WiFi or SD card? I need audio data to see if the recording is correct. |
Hi, I'm also trying to run wake word detection on the Xiao ESP32-S3 Sense board. I've encountered similar issues, but I managed to get it working by modifying the afe_config.pcm_config.total_ch_num = 1;
afe_config.pcm_config.mic_num = 1;
afe_config.pcm_config.ref_num = 0; |
https://blog.csdn.net/weixin_44135213/article/details/137217731 |
I tried configuring wake word detection example for xiao esp32s3 sense but it does't detect any spoken wake words.
I have set the config for pdm mono mode single mic config. Tried with sample rate 441000 and 16000 both not working. When I print feed data, I can it change when spoken something in mic. With same mic i2s configuration, esp-idf i2s_recorder exanple is working.
Anything specifig I am missing?
The text was updated successfully, but these errors were encountered: