imxRT1064 VIT

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

imxRT1064 VIT

653 Views
qiuyingzhang
Contributor I

Hi NXP expert,

I have some questions about VIT and I need your help.Thank you!

I am working on voice-related development using the imxRT1064 EVK and would like to refer to the 'maestro_record' demo. However, I couldn't find this demo in the latest version'SDK_25_06_00_EVK-MIMXRT1064' or other versions. Eventually, I found the'maestro_record'demo in version 'SDK_2_11_1_EVK-MIMXRT1064'.

My first question is whether versions that do not support this demo support VIT? If so,what voice-related examples can I refer to?

My second question is that, according to the introduction on the NXP website 'https://docs.nxp.com/bundle/VITIUG/page/topics/untitled9.html', VIT supports 'MultiTurn Voice command'. However, I haven't been able to implement it in version 'SDK_2_11_1_EVK-MIMXRT1064'. Setting it to the separate 'VIT_VOICECMD_ENABLE'mode after detecting the command results in an error. So, does VIT support 'MultiTurn Voice command'?Which version of the SDK supports it?

Labels (1)
0 Kudos
Reply
2 Replies

610 Views
Habib_MS
NXP Employee
NXP Employee

Hello @qiuyingzhang,
Answering your questions:
Whether versions that do not support this demo support VIT? If so,what voice-related examples can I refer to?
Yes, the latest SDK versions do support VIT. You can enable it during SDK configuration in the SDK Builder by selecting the appropriate options, as shown in the image below:

Habib_MS_0-1755899367579.png

However, the most recent SDK does not include an example that demonstrates VIT integration. You can still manually include the VIT library in your own projects:

Habib_MS_2-1755899454368.png

The last SDK version that included a VIT example was SDK 2.14. To access it:

1. In the SDK Builder, filter examples by selecting maestro_record:

Habib_MS_1-1755899412104.png

2. Choose the RT1064-EVK board and build the SDK.

Habib_MS_3-1755899473666.png

This will provide you with the example project that includes VIT functionality.
So, does VIT support 'MultiTurn Voice command'?Which version of the SDK supports it?

Yes, according to the documentation you shared, VIT does support MultiTurn Voice Command. Please ensure that you are modifying the code correctly to enable this feature.

In SDK 2.14, you can find the relevant section for implementing MultiTurn Voice Command in the VIT_ExAPP.c file, specifically around line 571:

Habib_MS_4-1755899510591.png

BR
Habib

410 Views
qiuyingzhang
Contributor I
Hi Habib,
Thank you for your detailed answer.
0 Kudos
Reply
%3CLINGO-SUB%20id%3D%22lingo-sub-2155715%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3EimxRT1064%20VIT%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2155715%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%20NXP%20expert%2C%3C%2FP%3E%3CP%3EI%20have%20some%20questions%20about%20VIT%20and%20I%20need%20your%20help.Thank%20you!%3C%2FP%3E%3CP%3EI%20am%20working%20on%20voice-related%20development%20using%20the%20imxRT1064%20EVK%20and%20would%20like%20to%20refer%20to%20the%20'maestro_record'%20demo.%20However%2C%20I%20couldn't%20find%20this%20demo%20in%20the%20latest%20version'SDK_25_06_00_EVK-MIMXRT1064'%20or%20other%20versions.%20Eventually%2C%20I%20found%20the'maestro_record'demo%20in%20version%20'SDK_2_11_1_EVK-MIMXRT1064'.%3C%2FP%3E%3CP%3EMy%20first%20question%20is%20whether%20versions%20that%20do%20not%20support%20this%20demo%20support%20VIT%3F%20If%20so%2Cwhat%20voice-related%20examples%20can%20I%20refer%20to%3F%3C%2FP%3E%3CP%3EMy%20second%20question%20is%20that%2C%20according%20to%20the%20introduction%20on%20the%20NXP%20website%20'%3CA%20href%3D%22https%3A%2F%2Fdocs.nxp.com%2Fbundle%2FVITIUG%2Fpage%2Ftopics%2Funtitled9.html%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3Ehttps%3A%2F%2Fdocs.nxp.com%2Fbundle%2FVITIUG%2Fpage%2Ftopics%2Funtitled9.html%3C%2FA%3E'%2C%20VIT%20supports%20'MultiTurn%20Voice%20command'.%20However%2C%20I%20haven't%20been%20able%20to%20implement%20it%20in%20version%20'SDK_2_11_1_EVK-MIMXRT1064'.%20Setting%20it%20to%20the%20separate%20'VIT_VOICECMD_ENABLE'mode%20after%20detecting%20the%20command%20results%20in%20an%20error.%20So%2C%20does%20VIT%20support%20'MultiTurn%20Voice%20command'%3FWhich%20version%20of%20the%20SDK%20supports%20it%3F%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-LABS%20id%3D%22lingo-labs-2155715%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CLINGO-LABEL%3Ei.MXRT%20106x%3C%2FLINGO-LABEL%3E%3C%2FLINGO-LABS%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2171505%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20imxRT1064%20VIT%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2171505%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3EHi%20Habib%2C%3CBR%20%2F%3EThank%20you%20for%20your%20detailed%20answer.%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2156947%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20imxRT1064%20VIT%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2156947%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%26nbsp%3B%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F125306%22%20target%3D%22_blank%22%3E%40qiuyingzhang%3C%2FA%3E%2C%3CBR%20%2F%3EAnswering%20your%20questions%3A%3CBR%20%2F%3E%3CSTRONG%3EWhether%20versions%20that%20do%20not%20support%20this%20demo%20support%20VIT%3F%20If%20so%2Cwhat%20voice-related%20examples%20can%20I%20refer%20to%3F%3C%2FSTRONG%3E%3CBR%20%2F%3EYes%2C%20the%20latest%20SDK%20versions%20do%20support%20VIT.%20You%20can%20enable%20it%20during%20SDK%20configuration%20in%20the%20%3CA%20href%3D%22https%3A%2F%2Fmcuxpresso.nxp.com%2F%22%20target%3D%22_self%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3ESDK%20Builder%3C%2FA%3E%20by%20selecting%20the%20appropriate%20options%2C%20as%20shown%20in%20the%20image%20below%3A%3C%2FP%3E%0A%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Habib_MS_0-1755899367579.png%22%20style%3D%22width%3A%20574px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Habib_MS_0-1755899367579.png%22%20style%3D%22width%3A%20574px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F353719i8D018AE17DE3C59F%2Fimage-dimensions%2F574x287%3Fv%3Dv2%22%20width%3D%22574%22%20height%3D%22287%22%20role%3D%22button%22%20title%3D%22Habib_MS_0-1755899367579.png%22%20alt%3D%22Habib_MS_0-1755899367579.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3EHowever%2C%20the%20most%20recent%20SDK%20does%20not%20include%20an%20example%20that%20demonstrates%20VIT%20integration.%20You%20can%20still%20manually%20include%20the%20VIT%20library%20in%20your%20own%20projects%3A%3C%2FP%3E%0A%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Habib_MS_2-1755899454368.png%22%20style%3D%22width%3A%20584px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Habib_MS_2-1755899454368.png%22%20style%3D%22width%3A%20584px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F353721iE8C6DE49A1CA8059%2Fimage-dimensions%2F584x260%3Fv%3Dv2%22%20width%3D%22584%22%20height%3D%22260%22%20role%3D%22button%22%20title%3D%22Habib_MS_2-1755899454368.png%22%20alt%3D%22Habib_MS_2-1755899454368.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3EThe%20last%20SDK%20version%20that%20included%20a%20VIT%20example%20was%20SDK%202.14.%20To%20access%20it%3A%3C%2FP%3E%0A%3CP%3E1.%20In%20the%20SDK%20Builder%2C%20filter%20examples%20by%20selecting%20maestro_record%3A%3C%2FP%3E%0A%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Habib_MS_1-1755899412104.png%22%20style%3D%22width%3A%20576px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Habib_MS_1-1755899412104.png%22%20style%3D%22width%3A%20576px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F353720iA59BD15066228A02%2Fimage-dimensions%2F576x373%3Fv%3Dv2%22%20width%3D%22576%22%20height%3D%22373%22%20role%3D%22button%22%20title%3D%22Habib_MS_1-1755899412104.png%22%20alt%3D%22Habib_MS_1-1755899412104.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E2.%20Choose%20the%20RT1064-EVK%20board%20and%20build%20the%20SDK.%3C%2FP%3E%0A%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Habib_MS_3-1755899473666.png%22%20style%3D%22width%3A%20584px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Habib_MS_3-1755899473666.png%22%20style%3D%22width%3A%20584px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F353722i618537562FD4DB8C%2Fimage-dimensions%2F584x292%3Fv%3Dv2%22%20width%3D%22584%22%20height%3D%22292%22%20role%3D%22button%22%20title%3D%22Habib_MS_3-1755899473666.png%22%20alt%3D%22Habib_MS_3-1755899473666.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3EThis%20will%20provide%20you%20with%20the%20example%20project%20that%20includes%20VIT%20functionality.%3CBR%20%2F%3E%3CSTRONG%3ESo%2C%20does%20VIT%20support%20'MultiTurn%20Voice%20command'%3FWhich%20version%20of%20the%20SDK%20supports%20it%3F%3C%2FSTRONG%3E%3C%2FP%3E%0A%3CP%3EYes%2C%20according%20to%20the%20documentation%20you%20shared%2C%20VIT%20does%20support%20MultiTurn%20Voice%20Command.%20Please%20ensure%20that%20you%20are%20modifying%20the%20code%20correctly%20to%20enable%20this%20feature.%3C%2FP%3E%0A%3CP%3EIn%20SDK%202.14%2C%20you%20can%20find%20the%20relevant%20section%20for%20implementing%20MultiTurn%20Voice%20Command%20in%20the%20VIT_ExAPP.c%20file%2C%20specifically%20around%20line%20571%3A%3C%2FP%3E%0A%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Habib_MS_4-1755899510591.png%22%20style%3D%22width%3A%20586px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Habib_MS_4-1755899510591.png%22%20style%3D%22width%3A%20586px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F353723i9DF0055A09E20E0E%2Fimage-dimensions%2F586x352%3Fv%3Dv2%22%20width%3D%22586%22%20height%3D%22352%22%20role%3D%22button%22%20title%3D%22Habib_MS_4-1755899510591.png%22%20alt%3D%22Habib_MS_4-1755899510591.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3EBR%3CBR%20%2F%3EHabib%3C%2FP%3E%3C%2FLINGO-BODY%3E