Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| installation_guide:tts_http:start [2015/11/16 21:55] – created borja | installation_guide:tts_http:start [2016/11/25 15:46] (current) – borja | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== HTTP/TTS Protocol ====== | ====== HTTP/TTS Protocol ====== | ||
| - | |||
| - | [[: | ||
| - | |||
| ===== Description ===== | ===== Description ===== | ||
| - | The VoiceXML browser can connect to a TTS engine using HTTP. | + | The Voximal |
| The HTTP protocol is used to transform the prompt text to an audio file. | The HTTP protocol is used to transform the prompt text to an audio file. | ||
| The audio file can be store in a cache directory in order to optimize the TTS ressources using. | The audio file can be store in a cache directory in order to optimize the TTS ressources using. | ||
| Line 17: | Line 14: | ||
| - | ===== VoiceXML Browser | + | ===== Voximal |
| - | The main TTS configuration is set in /etc/vxmld.conf, in the section "TTS server configuration", | + | The main TTS configuration is set in /etc/asterisk/ |
| * **method** : When you set the ' | * **method** : When you set the ' | ||
| Line 35: | Line 32: | ||
| < | < | ||
| - | ############################ | ||
| - | # TTS server configuration # | ||
| - | ############################ | ||
| - | #client.prompt.resource.0.uri | + | [prompt] |
| - | # | + | api=microsoft |
| - | client.prompt.resource.0.method | + | method=POST |
| - | client.prompt.resource.0.cacheDir | + | ssml=0 |
| - | client.prompt.resource.0.format | + | cutprompt=1 |
| - | client.prompt.resource.0.formatVideo | + | maxage=-1 |
| - | client.prompt.resource.0.maxage | + | key=xxxxxxxxxxxxxxxxxxxxxxxxx |
| - | client.prompt.resource.0.checkBreak | + | user=xxxxxxx |
| - | client.prompt.resource.0.cutPrompt | + | password=xxxxxxx |
| - | # | + | |
| - | # | + | |
| - | # | + | |
| - | client.prompt.resource.0.ssml | + | |
| </ | </ | ||
| Line 61: | Line 52: | ||
| < | < | ||
| </ | </ | ||
| + | |||
| ===== HTTP Parameters ==== | ===== HTTP Parameters ==== | ||