#if I enabled the enable_ssml_parsing query params on my websocket stream-input endpoint, while I al

1 messages · Page 1 of 1 (latest)

knotty smeltBOT
#
AI-generated Answer for suraj_63976

Yes, if you enable the enable_ssml_parsing query parameter on the WebSocket stream-input endpoint, you can still send normal text for text-to-speech (TTS). The parameter simply allows the system to parse SSML tags if they are included in the input text. If no SSML tags are present, the text will be processed as regular input without any issues.

For best results, it is recommended to send SSML tags as fully contained messages to the WebSocket endpoint to avoid additional latency.

final plinth
#

can you give me an example of " SSML tags as fully contained messages to the WebSocket endpoint to avoid additional latency."