Dub
Add one or more additional audio tracks into the conversation
Verb properties for the dub
command:
Parameters
One of ‘addTrack’, ‘removeTrack’, ‘silenceTrack’, ‘playOnTrack’, or ‘sayOnTrack’.
A string value in the format “-6 dB” specifying decibels to boost or reduce the strength of the audio signal
(note: simple integer values accepted as well). The value supplied must be between ±50 dB.
If true, loop the mp3.
An http(s) URL to an mp3 file to play into the track.
Text to convert to audio and play into the track.
Label for the track.
The various options are:
addTrack
adds an audio track to the conversation; once added, theplay
orsay
command may be used to inject audio into the trackremoveTrack
removes an audio track from the conversationsilenceTrack
silences an audio track but leaves it in placeplayOnTrack
plays audio from an http(s) mp3 url into the audio tracksayOnTrack
generates text-to-speech into the audio track
Note: all tracks are automatically removed when the call completes, so if using an additional track for the entire conversation there is no need to explicitly remove it when the call ends.
Note: for convenience the addTrack
and playOnTrack
operations may be combined into a single addTrack
verb; e.g.:
See Using dub tracks for more information.