We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

Volume of TTS voice

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
sureshkuyilath
Posts: 9
Joined: Tue Nov 04, 2003 6:35 pm

Volume of TTS voice

Post by sureshkuyilath »

Is there any way to increase the volume of the TTS voice? We have some recorded audio with TTS. The TTS volume is low compared to the recorded voice. TTS we have is the default (Cepstral).

Thanks in advance.
Suresh

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

IVR code using volume attribute of prosody tag

Post by support »

You should try using the volume attribute of the <prosody> tag. So your IVR code would do something like this:

Code: Select all

<prompt>
    <prosody volume="loud">
        Can you hear me?
    </prosody>
</prompt>

Post Reply