espressif / esp-skainet

Espressif intelligent voice assistant
Other
533 stars 117 forks source link

Is it possible to create a non-human wake sound (not word)? (AIS-1551) #134

Closed gamename closed 2 months ago

gamename commented 2 months ago

I'm interested in trying to use a cat's meow sound as a "wake word". Is that possible?

Thank you, -T

feizi commented 2 months ago

I think it is possible. The key is that we need to collect enough meow sound samples.

gamename commented 2 months ago

I think it is possible. The key is that we need to collect enough meow sound samples. @feizi Great! Is this something I could create on my own?

feizi commented 2 months ago

Now we do not open source training pipeline. If you want to train a model by yourself, I suggest you to search [keyword spotting] in github. You may find some useful project. And then you can use esp-dl to deploy model on ESP32.