08-02-2006 02:50 PM
08-03-2006 12:31 PM
It has two examples: one for MSAgent and the other for Dragon Naturally Speaking. Also, you may want to take a look at this thread:
http://forums.ni.com/ni/board/message?board.id=170&message.id=89076&requireLogin=False
Hope this helps!
08-03-2006 02:13 PM
Thank you for the reply.
I have had some success using those VI's, however I am having difficulty displaying the voice input as a text string. I would like to simply display the speech that is sent into a microphone. Is this possible without specifying voice commands? The voice command VI compares what is recieved by the microphone to the voice command menu, I would like to just display what is recieved by the microphone. ie.) A simple speech to text program. Any ideas?
Thanks
08-04-2006 01:11 PM
08-04-2006 01:25 PM
Thank you for the help.
-J
10-18-2017 10:58 PM - edited 10-18-2017 10:59 PM
Hello, Can you please provide me some information about speech to text conversion using DAQ..
10-18-2017 11:25 PM
@RupaArasavilli wrote:
Hello, Can you please provide me some information about speech to text conversion using DAQ..
You replied to a 11 years old post, and the OP was not logged in since that time.
Anyway, your question comes up time by time in the forum. The answer is that, if you want to do this as a student project, forget it 🙂 Speech recognition is far not a trivial task. So if you want to code it from scratch, it will take many people and a few years 🙂 Have a look at such products from Google, Apple and Amazon, took some time to come up with a not really 100% working solution...
However, if you find some third party SDK which can do speech to text, you could call it from LabVIEW. But at this point this is not really a LabVIEW question any more...
Actually did you google for these keywords? Just one link: https://lavag.org/topic/16121-speech-to-text-conversionspeech-recognition-using-labview/
10-18-2024 02:53 AM
I want to design a Speech to text converter.
As I am very much new to it so facing problems in many modules.
Please help me in my project..
Thank you
10-18-2024 03:02 AM
Hi saamraj,
@saamraaj wrote:
I want to design a Speech to text converter.
As I am very much new to it so facing problems in many modules.
Did you read Block's 7 years old answer?
It's still valid!
@saamraaj wrote:Please help me in my project..
Why should we?
What have you tried and where are you stuck?
Do you even use LabVIEW for this task?
10-18-2024 03:55 AM
I am using microsoft speechSDK but I don't know the code.
I need help with the code.