Wake Word and Voice command engines

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Wake Word and Voice command engines

808 次查看
ZoSo1872
Contributor I

According to the Voice Intelligent Technology page here...

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

...the mcxn947 board is supported and indeed the VIT tool allows you to select the device but i cant find where the example SDK that's mentioned in the user guide. I have the latest sdk version 24.12.00 installed but its not one of the options i can import.

If i follow go via sdk builder and filter for wake word it gives and low power audio example but not for the mcxn947 board

Is there some way i can get the example sdk on the mcxn947 board

thanks

标签 (1)
标记 (2)
0 项奖励
回复
3 回复数

596 次查看
ZoSo1872
Contributor I

I was able to find the SDK and now have the VIT lib folder

I am trying to to take audio from an electret mic which is stored in a buffer via 16 bit adc sampling @ 16k. I think i can follow the VIT lib header file and user guide to create the program that calls the model but i cant work out how i  feed the audio from the mic into the VIT model i have created.

are you able to offer any advice on this ?

0 项奖励
回复

565 次查看
Harry_Zhang
NXP Employee
NXP Employee

Hi @ZoSo1872 

After setting up the buffer, you need to pass each frame of audio data to the VIT processing function.

So you can't pass each frame of audio data to the VIT?

BR

Harry

0 项奖励
回复

766 次查看
Harry_Zhang
NXP Employee
NXP Employee

Hi @ZoSo1872 

The MCX-N9XX-EVK board is not connected to any audio related hardware.

So the MCX-N9XX-EVK SDK does not include audio relevant examples.

You can download the MCX-N5XX-EVK SDK.

Snipaste_2025-03-03_16-00-57.png

It includes the audio example.

BR

Harry

0 项奖励
回复