Multiple Voices in BotTalk Articles
This guide explains how to integrate and control multiple voices from elevenlabs in your BotTalk articles using SSML voice tags. The functionality is particularly useful for creating more dynamic, int
Last updated
This guide explains how to integrate and control multiple voices from elevenlabs in your BotTalk articles using SSML voice tags. The functionality is particularly useful for creating more dynamic, int
Last updated
To begin using different voices, you must first enable SSML tags in your BotTalk project settings.
Go to your Test Project.
Navigate to Audio Rules.
Enable the option that allows SSML when the article label is set to "interview"
.
📸 Refer to the image below for the correct setting toggle.
To activate SSML usage in a specific article:
Open the article in the BotTalk editor.
Add the label interview
.
This tells the system to interpret SSML tags, including <voice>
, in the article content.
📸 See the image below on where to add the label.
With the article labeled and SSML enabled, you can now add voice-specific tags within your article content:
<voice name="de-DE-MatildaXI" vol="-10">
This is the voice number one
</voice>
<voice name="de-DE-RobXI" vol="40">
And this is the voice number two
</voice>
Each <voice>
tag allows you to:
Specify a voice using the name
attribute.
Adjust volume using the optional vol
attribute, which accepts numerical values (positive = louder, negative = softer).
💡 Different voices may have different natural volumes, so the vol
attribute helps balance audio levels for a smoother listening experience. You can also set an audio rule determining volume boost for a specific voice.
Always test your output to ensure voice transitions sound natural.
Use volume adjustments conservatively to avoid clipping or overly quiet segments.
Combine with pauses or prosody tags for advanced speech tuning.