Wake Word and Voice command engines

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Wake Word and Voice command engines

817件の閲覧回数
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 返答(返信)

605件の閲覧回数
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 件の賞賛
返信

574件の閲覧回数
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 件の賞賛
返信

775件の閲覧回数
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 件の賞賛
返信