LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Voice recognition in labview

Thankyou so much for your kind reply sir......I tried comparing the array of waveforms by using auto indexing loop and successfully found the results.... thank you sooo much sirr....Smiley HappySmiley HappySmiley Happy

 

0 Kudos
Message 11 of 31
(2,675 Views)

I have done comparing waveforms  in normal labVIEW.It had sound options and the code ran without any error.But when I opened the same code in LabVIEW myRIO ,SubVI not supported in current target occurs.Please help me as soon as possible   Smiley IndifferentSmiley IndifferentSmiley Indifferent

Download All
0 Kudos
Message 12 of 31
(2,658 Views)

Hi riah,

 

code in LabVIEW myRIO ,SubVI not supported in current target occurs.

Those sound file functions aren't supported on RT targets like your myRIO.

 

Please help me as soon as possible

Which help do you expect?

Either convert your wave files to "raw" data file and use ReadBinaryFile function - or write your own function to read WAVE files on the myRIO…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 13 of 31
(2,652 Views)

There's absolutely no way that comparing two waveforms to see if they're exactly identical is going to work in practice. Even if you used the same recording for both the reference and the input command, any slight change in amplitude, added noise, or phase offset is going to make the two waveforms different.

0 Kudos
Message 14 of 31
(2,643 Views)

Thankyou for your kind reply sir.... I will work on it Smiley Happy

0 Kudos
Message 15 of 31
(2,632 Views)

I am also facing the same problem..... I am doing a project in Voice controlled wheelchair.I implemented comparing of waveforms in normal LabVIEW and when I tried to implement in MyRIO,an error occurs stating,

"The SubVI is not supported in the current target".

Does this mean that the sound input files can never be used in myRIO or the software is not installed propoerly... Please help me with this

0 Kudos
Message 16 of 31
(2,634 Views)

Hi riah,

 

Does this mean that the sound input files can never be used in myRIO

Yes: those functions are not supported on (my)RIO!

 

  the software is not installed propoerly...

No.

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 17 of 31
(2,631 Views)

Is there any alternate way to use sound input files in LabVIEW myRIOSmiley IndifferentSmiley Sad

0 Kudos
Message 18 of 31
(2,629 Views)

Hi riah,

 

I already suggested alternatives yesterday…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 19 of 31
(2,626 Views)

Sir,

 

Is it possible to interface voice recognition module in myRIO...........

0 Kudos
Message 20 of 31
(2,619 Views)