Dear Team,
I am currently trying to run the VIT voice recognition example on the SLN-SVUI-IOT evaluation board. I followed the instructions provided at the following URL:
https://github.com/nxp-appcodehub/rd-mcu-svui/tree/main/examples/VIT/example_1
However, the example does not work as expected. When I run it, the following error appears on Tera Term:
I followed all the steps in the guide, but voice recognition does not work. Are there any additional modifications or steps I need to take to resolve this issue?
Thank you for your support.
Best regards,
Yoshi,
The root cause of this issue is casued by the wrong format of audio files that are written in flash(for the first relase we used 64kbps files, now we are using 16kbps),
please run lvaldi updater first before starting to develop on the board, this step5 will rewrite the flash and the old audio files that are preprogrammed in the board flash.
OK, this issue seems be fixed.
If I change Enable Streamer to 0, Example 1 work well.
please double check the version of app and workflow with guide https://github.com/nxp-appcodehub/rd-mcu-svui/tree/main.
This issue seem be related with local demo https://github.com/nxp-appcodehub/rd-mcu-svui/blob/3f260f22960f8d67ba987ccf71d5ce88331a8b9e/sln_svui... right?