ThanksHas anybody tried Text2Speach using FWH ?
- Ramesh Babu
ThanksHas anybody tried Text2Speach using FWH ?
Code: Select all
FUNCTION MAIN()
LOCAL oSpeech := CREATEOBJECT( "Sapi.SPVoice" )
oSpeech:Speak( "This is a test" )
RETURN NIL
Code: Select all
Error description: Error TOleAuto/-1 Unknown error: TOLEAUTO:NEW
Args:
[ 1] = C Sapi.SPVoice
[code/]
Regards,
- Ramesh Babu P