Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| installation_guide:tts_http:start [2015/11/16 22:01] – [HTTP/TTS Protocol] borja | installation_guide:tts_http:start [2016/11/25 15:46] (current) – borja | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ===== 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 14: | 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 32: | 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 58: | Line 52: | ||
| < | < | ||
| </ | </ | ||
| + | |||
| ===== HTTP Parameters ==== | ===== HTTP Parameters ==== | ||