I am a beginner developer currently using the i.MX 8M Plus development board and I'm interested in implementing voice recognition features. In my research, I came across something called Voice Intelligent Technology (VIT) and I am looking to create a model that supports the Korean language. However, I am unsure of the process, especially when it comes to using header files.
- From what I've found, it seems that I need to use the SDK in MCUXpresso IDE, but I've failed in applying the archive file.
- I have a header file containing model information, but I suspect that's not enough for it to work. I would like to know what additional files I need to prepare.
- I confirmed that VIT-related technologies can be applied through the MPU of the i.MX 8M Plus, but it seemed that MCUXpresso IDE supports only the RT series models. Could you provide me with a rough procedure on how to create a voice recognition program on the i.MX 8M Plus?
Thank you.