Page 1 of 1

Volume of TTS voice

Posted: Wed Sep 14, 2005 5:57 pm
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

IVR code using volume attribute of prosody tag

Posted: Fri Sep 16, 2005 3:41 pm
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>