Iām trying to add a beep sound before the assistant starts speaking by using SSML in the firstMessage field.
Hereās what Iāve done so far:
The firstMessage contains a valid SSML block with
:
xml
Copy
Edit
Sveiki, esmu mÄkslÄ«gÄ intelekta asistents, kÄ es varu jums palÄ«dzÄt?
The link to the audio file is a direct link from Dropbox (dl.dropboxusercontent.com)
The assistant config was saved successfully ā status 200 OK
However, the assistant still starts speaking immediately, and the beep doesn't play at all.
Could you please clarify:
Does SSML audio in firstMessage actually work with all voice providers?
Do I need to use a specific TTS provider (like Google or Azure) for the
tag to be supported?
Are there any known limitations when using provider: "openai" or ElevenLabs?