Hey everyone! šŸ‘‹
# general-english
c
Hey everyone! šŸ‘‹ Quick question — has anyone figured out how to add a beep or ding sound at the beginning of a conversation with a voice assistant?
k
Adjust timing
c
@User at the start speaking plan?
k
Yes
c
This is how long assistant waits before speaking. - I set the delay to 3 seconds, but the assistant still starts speaking immediately after the call connects. Could this behavior depend on the SIP provider I’m using?
k
To add a beep or ding sound at the start of your voice assistant’s conversation, configure the first message setting with an SSML audio pointing to your desired sound file.
The wait time before speaking setting, determines the delay before the assistant responds to user input, not the initial greeting. To delay the initial greeting, consider adding a silent audio file at the beginning of the assistant’s first message using SSML. SIP providers typically do not influence this behavior.
c
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?
5 Views