Hi
I need to do some voice recognition with ARM based microcontrollers. I like to have a system with about 20 to 50 words dictionary and when user says those words the system can recognize and do something in order to them.
So, is there any library of facility for that?
How can I do it and I should search what keywords to find any solution?
Thanks in advanced!
You can use raspberry pi for that. Also, for compiling, use the GCC (its a C compiler). There's a tutorial as well regarding this compiler, google it.