LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I want help on text to speech conversion for labview 6.0 on windows platform

I want to convert a given string into a speech using windows as an OS. I am using Labview 6.0.2
0 Kudos
Message 1 of 3
(2,831 Views)
I've been working on a small example that should work for you. Microsoft has developed SDK's for this purpose.

This VI will speak the string that the user inputs. The user needs to have Microsoft Speech SDK's and the Microsoft Speech Engine installed. For more information, go to
http://www.microsoft.com/speech/

or check out

http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sample.asp?url=/msdn-files/027/000/781/msdncompositedoc.xml

Before running this LV code, make sure you visit the speech site and download the newest Speech SDK's. I think its 5.1. I've tested this on a Win2k machine.

Best of luck
Bilal Durrani
NI
0 Kudos
Message 2 of 3
(2,831 Views)
Check out MS Agent 2.0, an ActiveX component that will do the job for you.
You can read more about in my article at

http://zone.ni.com/devzone/conceptd.nsf/webmain/725B485B744ECA5A86256ACC00539269?OpenDocument

Martin


"sdoc" wrote in message
news:506500000008000000483D0000-1012609683000@exchange.ni.com...
> I want to convert a given string into a speech using windows as an OS.
> I am using Labview 6.0.2
0 Kudos
Message 3 of 3
(2,831 Views)