I've installed the american spanish demo voices which I planned to use with COM SAPI automation.
I'm using Visual FoxPro 9 (Windows XP SP3) and usually with two lines of code, the SAPI 5 engine sintethizes the text. I have no problems with other voices, Loquendo, for example.
- Code: Select all
oSAPI = CreateObject('SAPI.SpVoice')
oSAPI.Speak('hello world')
When trying to speak the text, I received an unknown COM error.
My questions are:
Is this error related with the fact that the voices are not licensed? In this case, licensing the voice will solve the error?
Or is lang/environment related? I mean, VFP is not supported?
I plan to use this voices into an embedded device and I like their price and quality.
Thanks in advance