Skip to content
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

Open
gparvind opened this issue Jan 12, 2024 · 5 comments
Open

support for xiao esp32s3 sense (AIS-1464) #121

gparvind opened this issue Jan 12, 2024 · 5 comments

Comments

@gparvind
Copy link

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?

@github-actions github-actions bot changed the title support for xiao esp32s3 sense support for xiao esp32s3 sense (AIS-1464) Jan 12, 2024
@gparvind
Copy link
Author

vad_state shows speech activity so microphone is getting detected but not the wake words.

@gparvind
Copy link
Author

@feizi any help with this?

@sun-xiangyu
Copy link
Contributor

sun-xiangyu commented Jan 22, 2024

Can you save audio data of your board by WiFi or SD card? I need audio data to see if the recording is correct.
The sample rate is 16KHz.

@wzdl
Copy link

wzdl commented Mar 28, 2024

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 pcm_config .

afe_config.pcm_config.total_ch_num = 1;
afe_config.pcm_config.mic_num = 1;
afe_config.pcm_config.ref_num = 0;


However, even though I've loaded multiple models, only the wakenet9l_tts1h8_你好小鑫 model seems to work, and the recognition accuracy is not satisfactory.

Are there any methods to improve recognition accuracy?

@lixy123
Copy link

lixy123 commented Jun 1, 2024

https://blog.csdn.net/weixin_44135213/article/details/137217731
There are some clues. Actual measurement cannot be used. it still cannot be awakened. Further efforts are needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants