04-04-2017 05:47 AM
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.
Solved! Go to Solution.
04-04-2017 04:25 PM
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.
04-04-2017 06:21 PM
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.
04-05-2017 09:33 AM
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.
04-07-2017 09:30 AM
it's inteseresting thank you for your helps