cpalha Posted February 12, 2009 Report Share Posted February 12, 2009 Dear all I have a board connected to a encoder to measure the distance and it save into a file. I want to add into this file some voice commands thar are recognised and saved in the same file as text. I explain, i go with a car measuring and saving the distance but if i find some signal i speeak into a microphone like "stopt" it recognises and save the word in the same file and at correponding distance. Best regards. CPalha Quote Link to comment
Minh Pham Posted February 12, 2009 Report Share Posted February 12, 2009 QUOTE (cpalha @ Feb 12 2009, 04:21 AM) Dear allI have a board connected to a encoder to measure the distance and it save into a file. I want to add into this file some voice commands thar are recognised and saved in the same file as text. I explain, i go with a car measuring and saving the distance but if i find some signal i speeak into a microphone like "stopt" it recognises and save the word in the same file and at correponding distance. Best regards. CPalha I have trouble understanding your question. Have you done the voice recognition module in your code or you havent done it and need some inputs from the forum? Or you are just trying to saving some customized data into a text file? Please clarify your question. Cheers Quote Link to comment
cpalha Posted February 14, 2009 Author Report Share Posted February 14, 2009 QUOTE (Minh Pham @ Feb 11 2009, 11:23 PM) I have trouble understanding your question. Have you done the voice recognition module in your code or you havent done it and need some inputs from the forum?Or you are just trying to saving some customized data into a text file? Please clarify your question. Cheers Hi I don't have done nothig about voice recognition, only researching... I have a car equipede with a encoder to measure the distance and i would to add to the distance file some observations os traffic signals like "stop". It can be something that i saved the commands with my voice after went to the road and in the road the system is registering the distance and when i see a signal i speek to a microphone it recognises the word by comparation with pre saved word and and write the text at the corresponding distance. Hoppe you understand Thanks for your attention, best regards CPalha Quote Link to comment
jcarmody Posted February 15, 2009 Report Share Posted February 15, 2009 QUOTE (cpalha @ Feb 13 2009, 03:55 PM) I don't have done nothig about voice recognition I did some work with Visual Basic using Microsoft's Speech API; that would probably be a good place to start. You could make a dll and call it from LabVIEW. Here are a few links: Microsoft Speech Homepage Speech Input Technology - Architecture and Driver Support Developing with Microsoft Speech Application SDK Good luck! It would be neat to see what you come up with (post it here). Jim Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.