SpeakToFile
The SpeakToFile method
speaks given text to file in WAV-format.
Function SpeakToFile(
sText As String,
OutputFileName As String) As Boolean
Parameters
- sText
- Text to speak.
- OutputFileName
- The synthesized speech is saved to this file.
Return Values
- If the method succeeds, it returns TRUE, otherwise returns FALSE and raises
the error exception.
Remarks
- None.
See Also
- Speak