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

Can ESP provide some generic wake words? (AIS-872) #38

Closed
balanceTWK opened this issue Apr 6, 2022 · 9 comments
Closed

Can ESP provide some generic wake words? (AIS-872) #38

balanceTWK opened this issue Apr 6, 2022 · 9 comments

Comments

@balanceTWK
Copy link

No description provided.

@github-actions github-actions bot changed the title Can ESP provide some generic wake words? Can ESP provide some generic wake words? (AIS-872) Apr 6, 2022
@balanceTWK
Copy link
Author

balanceTWK commented Apr 6, 2022

Or offer some ways to train wake words. @feizi

@feizi
Copy link
Collaborator

feizi commented Apr 8, 2022

We plan to collect more corpus in order to provide more wake words. Which words do you think are generic wake words?

@balanceTWK
Copy link
Author

We plan to collect more corpus in order to provide more wake words. Which words do you think are generic wake words?

@feizi

Chinese: "智能管家";“语音助手”;“AI 管家”;such non-personalized wake words.

@sohotcall
Copy link

@feizi
English: "computer"

@feizi feizi pinned this issue Aug 15, 2023
@feizi feizi unpinned this issue Aug 15, 2023
@feizi
Copy link
Collaborator

feizi commented Aug 15, 2023

Hi @sohotcall , We are reducing the cost of wake word training. When we finish this, we will post more wake words for free.

@mike-2020
Copy link

Most of the commercial ASR chips/modules support wakeup word custermization at build/compile time. Some of them even supports wakeup words self-learning at runtime.

Does ESP-SR have plan to support similar capability?

@feizi
Copy link
Collaborator

feizi commented Sep 18, 2023

Most of the commercial ASR chips/modules support wakeup word custermization at build/compile time. Some of them even supports wakeup words self-learning at runtime.

We have to make a choice between a very low-memory KWS and a customizable KWS. Currently, wakenet9(our latest wake model) parameter is about 250KB. It is difficult for this model to customize a new wake word using a few samples.

Now, our solution is to generate a large number of samples by TTS to customize the wake word. For community developers, we will collect some favorite wake words and regularly release these wake word models based on our capabilities. These models can be used commercially for free.

@feizi feizi pinned this issue Sep 18, 2023
@feizi feizi unpinned this issue Dec 14, 2023
@feizi
Copy link
Collaborator

feizi commented Dec 14, 2023

Now we can provide more generic wake words by TTS samples. Please refer to this issue

@feizi
Copy link
Collaborator

feizi commented Dec 14, 2023

Hi all, now we can provide some generic wake words by TTS samples.

@feizi feizi closed this as completed Dec 14, 2023
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