Say

From SoftIVR

Jump to: navigation, search

say

Speaks text to the caller using SoftIVR's TTS engine. The simplest way to speak text is just a call like:

say("Hello!  This is some text");

- the voice to be used can be specified by an optional second parameter, such as:

say("Hello!  This is some text", "en-gb-m");

which'll use a British male voice.

The complete list of voices which can be used is:

en       UK, female
en-f     UK, female  
en-m     UK, male
en-gb-f  UK, female 
en-gb-m  UK, male
en-us    USA, female 
en-us-f  USA, female 
en-us-m  USA, male