LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

a vocal comand

Solved!
Go to solution

hello, i want to create a vocal comand for interface  of car ,so i need to create a database which contain words <<sound data>> ex:

"move" "start" "stop" "left" "right" ...

 

 

 

 

 

 

 

ps: i do my best to write in english ,be understandable.

0 Kudos
Message 1 of 5
(2,822 Views)

Hi Rikrak,

Speech recognition is a really complex task, some of the most efficient speech classifiers implement Machine Learning, Neural Networks and so on. I would recommend you to take a look at this example if you are willing to compare voice signals generated:

http://www.ni.com/example/30977/en/

But in my opinion, the best way to tackle this problem is by training a model with your voice instead of creating a database with "sound data". This example may be useful:

http://forums.ni.com/t5/Example-Programs/Voice-Recognition-Data-Acquisition/ta-p/3529966

Regards,

 

Hector Beristain

Application Engineer

National Instruments

 

Click on the golden star if this helped you.

Kudos are welcome 😉 marked solutions are awesome!
0 Kudos
Message 2 of 5
(2,767 Views)
Solution
Accepted by rikrak

There is a program called LabVIEW speak someone made which let's you interact with LV by talking into a mic. If I were you I would see how that program solves this problem and see if that will work for you.

Matt J | National Instruments | CLA
0 Kudos
Message 3 of 5
(2,762 Views)
Solution
Accepted by rikrak

Here is the LabVIEW speak documentation. But as I said, you need to train the model before using it. In my opinion, this one would be harder to adapt to your program.

http://forums.ni.com/t5/LabVIEW-APIs-Blog/LabVIEW-Speak-Programming-LV-through-voice-commands/ba-p/3...

Kudos are welcome 😉 marked solutions are awesome!
Message 4 of 5
(2,743 Views)

 it's  inteseresting  thank you for your helps

0 Kudos
Message 5 of 5
(2,712 Views)