From: Jeffrey S. <so...@ie...> - 2002-02-19 21:01:27
|
On Saturday 16 February 2002 09:57 pm, YADUNANDAN NAGARAJAIAH wrote: > I am trying to find out how to set various speaker options like speed > (number of words per minute), gender etc., using TCL/TK API for Viavoice > outloud TTS package. Can anyone help how to set these things? Please refer to the "ECI Annotations" section of the ViaVoice TTS Reference documentation. Here it describes how one may embedd backquote escapes into the text stream to accomplish these types of effects. For example tts synthesize "`vy100 hello" would be whispered speech. As almost the entire API allows use of these escapes, I saw no reason to extend the Tcl layer with the corresponding C API calls. Jeff |