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
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 ?
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
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.
It includes the audio example.
BR
Harry