2020-06-16 07:13 PM
Hi, everyone
have someone know where can find the voice recognition of STM32L1 application?
I just need few Japanese vocabulary to identify command, but I didn't find it. AWS didn't match my request. Could you please help me?
Solved! Go to Solution.
2020-06-18 12:09 AM
What you need is called Wake Word and Phrase Recognition. But you can be sure that it is much more difficult to achieve than it seems! You'd probably have to consider an STM32L4 or even more powerful device to perform this.
You will find companies in our partner program providing solutions for that approach: https://www.st.com/content/st_com/en/partner/partner-program.html?key=voice#2
Good luck,
/Peter
2020-06-18 12:09 AM
What you need is called Wake Word and Phrase Recognition. But you can be sure that it is much more difficult to achieve than it seems! You'd probably have to consider an STM32L4 or even more powerful device to perform this.
You will find companies in our partner program providing solutions for that approach: https://www.st.com/content/st_com/en/partner/partner-program.html?key=voice#2
Good luck,
/Peter
2020-06-18 02:10 AM
Thanks for you.