Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Does anyone experienced voice application in VF9?
Message
De
26/05/2005 11:40:56
 
 
À
26/05/2005 11:34:54
Information générale
Forum:
Visual FoxPro
Catégorie:
ActiveVFP
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01017829
Message ID:
01017833
Vues:
16
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform