Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Does anyone experienced voice application in VF9?
Message
From
26/05/2005 11:40:56
 
 
To
26/05/2005 11:34:54
General information
Forum:
Visual FoxPro
Category:
ActiveVFP
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01017829
Message ID:
01017833
Views:
15
David,

You can use the MS Speech API (sapi) to do this. The following shows a very simple example of this.
LOCAL loSapi

loSapi = CreateObject("SAPI.spVoice.1")
loSapi.Speak("Hello World")
Regards
Neil
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform