bot Гость
Сообщений : 317
Репутация : 12
| bot | :: Чт Авг 18 2011, 00:59 | Чт Авг 18 2011, 00:59 | |
| Loquendo TTS
| Loquendo TTS 7 Installation Manual | - Цитата :
Contents 1 Installation and License Key ................................................... 7 1.1 Windows............................................................ 7 1.1.1 System Requirements ..................................... 7 1.1.2 Installation.................................................................. 8 1.1.3 License Key ............................................................. 8 1.1.4 Uninstall ..................................................................... 8 1.1.5 SAPI 4 support......................................................... 8 1.2 Unix/Linux ........................................................................ 9 1.2.1 Linux System Requirements.................................. 9 1.2.2 Installation........................................................................ 9 1.2.3 License Key ....................................................... 9 1.2.4 Uninstall .............................................................................. 10 1.2.5 A minimal C sample for Loquendo TTS: HelloTTS................... 10 1.2.6 Note for Linux Red Hat Enterprise 3 users.............................. 11 2 Loquendo TTS Director installation details .......................... 12
|
| Loquendo TTS 7 User's Guide | - Цитата :
Base notions What is Text-to-Speech ? Suggestions for an optimal use of TTS
Overview of Loquendo TTS features Languages and Voices Interpretation of characters Prosody and expressivity User Control of TTS Pronunciation
Loquendo TTS User Controls Global Voice. Language and Lexicon Prosodic Controls Sound effects Text Interpretation Local Controls Say-as Pause Phrase Duration Special Events Phonetic input Audio mixer capabilities
Appendix A - XML Support VoiceXML 1.0: supported tags and formats SSML 1.0 (W3C WD 02 December 2002): supported elements and formats
Appendix В - MRCP Support Vendor-specific parameters
|
| Loquendo TTS 7 Programmer's Guide | - Цитата :
Main Page Modules Generic Types and Constants Defines ttsFALSE ttsINFINITE ttsSTRINGMAXLEN ttsTRUE Typedefs ttsBoolType ttsHandleType ttsInfoStringType Initialization and Settings Functions ttsClone ttsDeleteLanguage ttsDeleteLexicon ttsDeleteReader ttsDeleteSession ttsDeleteStyle ttsDeleteVoice ttsLoadPersona ttsLoadPersonaFromFile ttsNewLanguage ttsNewReader ttsNewSession ttsNewStyle ttsNewVoice ttsSetLanguage ttsSetStyle ttsSetVoice ttsTestPersona Text-to-Speech Control Enumerations ttsSkipType Functions ttsClaimLicense ttsInject ttsPause ttsRead ttsReadNextSlice ttsReadSlice ttsResume ttsSkip ttsStop ttsUnclaimLicense ttsWaitForEndOfSpeech Prosody Control Functions ttsGetAbsolutePitch ttsGetAbsoluteSpeed ttsGetAbsoluteVolume ttsGetPitch ttsGetSpeed ttsGetTimbre ttsGetVolume ttsReset ttsSetAbsolutePitch ttsSetAbsoluteSpeed ttsSetAbsoluteVolume ttsSetPitch ttsSetSpeed ttsSetTimbre ttsSetVolume Lexicon Handling Functions ttsActivateLexicon ttsAddLexiconEntry ttsCloseLexicon ttsEnumLexiconEntryFirst ttsEnumLexiconEntryNext ttsExportLexicon ttsFindLexiconEntry ttsImportLexicon ttsNewLexicon ttsOpenLexicon ttsRemoveLexiconEntry ttsSetLexicon Configuration and Query Enumerations ttsQueryType ttsTextEncodingType ttsTextFormatType Functions ttsDeleteConfiguration ttsEnumClose ttsEnumConfigurationParameterFirst ttsEnumConfigurationParameterNext ttsEnumFirst ttsEnumNext ttsGetParam ttsGetSpeechAtom ttsGetTextEncoding ttsGetTextFormat ttsGetVersionInfo ttsLoadConfigurationParam ttsLocateSpeechAtomInventory ttsQuery ttsQueryAttribute ttsSaveCF ttsSaveConfigurationParam ttsSetParam ttsSetTextEncoding ttsSetTextFormat Phonetic Transcriptions Functions ttsCheckPhoneticTranscription ttsGetPhonemeInfo ttsPhoneticTranscription Utilities Functions ttsLanguageGuess ttsSSMLConvert ttsValidateXML Error Codes Defines tts_OK ttsERROR_ACCESSDENIED ttsERROR_CONFIGURATION ttsERROR_DATAOVERFLOW ttsERROR_DEVICEBUSY ttsERROR_DUPLICATEITEM ttsERROR_EXTERNALPLUGIN ttsERROR_FILEREAD ttsERROR_FILEWRITE ttsERROR_INCOMPATIBLE ttsERROR_INTERNAL ttsERROR_INVALIDPARAM ttsERROR_LICENSING ttsERROR_NOTINIT ttsERROR_OBSOLETE ttsERROR_OUTOFMEMORY ttsERROR_SYNTAX ttsERROR_TOOMANYITEMS ttsERROR_UNSUPPORTED Typedefs ttsResultType Functions ttsGetErrorMessage Notifications And Events Defines TTSEVT_WINMESSAGE Typedefs ttsCallbackFunctionType ttsURLCallbackType Enumerations ttsCallbackType ttsEventType Functions ttsEnableEvent ttsSetCallback ttsSetURLCallback Audio Settings and Audio Destinations Defines TTS_AUDIOFULL tts_GET_VERSION TTSAUDIO_CLOSE TTSAUDIO_GETERRORMESSAGE TTSAUDIO_OPEN TTSAUDIO_PAUSE TTSAUDIO_PUTDATA TTSAUDIO_RESUME TTSAUDIO_STOP Typedefs ttsAudioCloseType ttsAudioGetErrorMessageType ttsAudioOpenType ttsAudioPauseType ttsAudioPutDataType ttsAudioResumeType ttsAudioStopType ttsGetVersionType ttspFuncType ttsProcIdType Enumerations ttsAudioEncodingType ttsAudioSampleType Functions ttsAddParametricEQ ttsAudioFreeSpace ttsGetBalance ttsGetGraphicEQBand ttsGetPCM ttsGetReverb ttsGetTag ttsResetGraphicEQ ttsResetParametricEQ ttsSetAudio ttsSetBalance ttsSetGraphicEQBand ttsSetGraphicEQPreset ttsSetReverb File List loqtts.h loqtypes.h Globals Related Pages The Loquendo TTS ActiveX interface Audio Destination Application callback and Events Configuration Parameters FAQ and Troubleshooting Hello TTS - The Loquendo API sets Introduction Migrating from Loquendo TTS 6.x Migrating old lexicons to LTTS 7.6.x or more Mixed Language Support Loquendo TTS Framework and Objects Programming Model Loquendo TTS Api Reference Loquendo TTS Protection Schema Microsoft Speech API Support
|
| Loquendo TTS 7 Java Programmer's Guide | - Цитата :
Main Page Class List loquendo.tts.engine.TTSAudioDestination loquendo.tts.engine.TTSConfiguration loquendo.tts.engine.TTSEvent loquendo.tts.engine.TTSException loquendo.tts.engine.TTSLanguage loquendo.tts.engine.TTSLexicon loquendo.tts.engine.TTSListener loquendo.tts.engine.TTSReader loquendo.tts.engine.TTSSession loquendo.tts.engine.TTSVoice Class Hierarchy loquendo.tts.engine.TTSConfiguration loquendo.tts.engine.TTSEvent loquendo.tts.engine.TTSException loquendo.tts.engine.TTSLanguage loquendo.tts.engine.TTSLexicon loquendo.tts.engine.TTSListener loquendo.tts.engine.TTSAudioDestination loquendo.tts.engine.TTSReader loquendo.tts.engine.TTSSession loquendo.tts.engine.TTSVoice Class Members Package List loquendo.tts.engine Related Pages Configuration Parameters Example Listener events Deprecated List
|
|
|
|