Implementing Voice Recognition on the i.MX 8M Plus Development Board

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Implementing Voice Recognition on the i.MX 8M Plus Development Board

Jump to solution
398 Views
dpcivl
Contributor III

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.

  1. 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.
  2. 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.
  3. 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.

0 Kudos
1 Solution
343 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hi @dpcivl 

 

When you choose SDK library, you need choose VoiceSpot and VoiceSeeker.

Zhiming_Liu_0-1706856481645.png

For VIT User Guide, you can find it in below website

https://www.nxp.com/design/design-center/software/embedded-software/voice-intelligent-technology-wak...

Zhiming_Liu_3-1706856878536.png

 

For VIT on i.MX8MPlus, please refer below website and download Low Power Voice UI Demo.pdf

https://www.nxp.com/design/design-center/software/embedded-software/application-software-packs/appli...

Zhiming_Liu_1-1706856574552.png

You need to use 8MIC board to test the Low Power Voice UI Demo.

Zhiming_Liu_2-1706856799918.png

You can run the demo firstly, and then modify it to realize your model and functions.

 

Best Regards

Zhiming

 

 

View solution in original post

0 Kudos
3 Replies
344 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hi @dpcivl 

 

When you choose SDK library, you need choose VoiceSpot and VoiceSeeker.

Zhiming_Liu_0-1706856481645.png

For VIT User Guide, you can find it in below website

https://www.nxp.com/design/design-center/software/embedded-software/voice-intelligent-technology-wak...

Zhiming_Liu_3-1706856878536.png

 

For VIT on i.MX8MPlus, please refer below website and download Low Power Voice UI Demo.pdf

https://www.nxp.com/design/design-center/software/embedded-software/application-software-packs/appli...

Zhiming_Liu_1-1706856574552.png

You need to use 8MIC board to test the Low Power Voice UI Demo.

Zhiming_Liu_2-1706856799918.png

You can run the demo firstly, and then modify it to realize your model and functions.

 

Best Regards

Zhiming

 

 

0 Kudos
383 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hi @dpcivl 

Which core you want to apply VIT, M7 or A53?

0 Kudos
379 Views
dpcivl
Contributor III

I want to apply to M7.

0 Kudos