I did it by creating OLE object with Delphi in 2000/NT/XP as following:
Voice := CreateOLEObject('SAPI.SpVoice');
Voice.speak(...)
But this does not work in Vista, how can I make my program simply speak some text in Vista?
|
2
|
I did it by creating OLE object with Delphi in 2000/NT/XP as following:
But this does not work in Vista, how can I make my program simply speak some text in Vista? |
|||
|
|
|
I just tried (D2009 on Vista Home Premium) with the following code and it works!
FYI, there is a nice paper on using speech in Delphi programming by Brian Long... |
||||||
|
|
|
Thanks for the paper. But, running the code you showed, in Vista, I get the error "Floating point division by zero". Did you test it in Vista? (I built it with BDS2006 in Windows XP and ran the executable in Vista) |
||||
|
|
|
Works when run from IDE (Turbo 2006) but gives floating point error as above when run outside IDE? |
||
|