|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TTSEngine
| Method Summary | |
|---|---|
String |
getVoiceName()
Gets the currently used voice name. |
int |
getVolume()
Gets currently used volume level. |
void |
setText(String text)
Sets text to speech. |
void |
setVoiceName(String voiceName)
Assign the voice name to speak |
void |
setVolume(int volume)
Sets the volume level of the speech. |
| Methods inherited from interface org.mobicents.media.server.spi.resource.Player |
|---|
setInitialDelay, setMaxDuration, setMediaTime, setURL, start, stop |
| Methods inherited from interface org.mobicents.media.Component |
|---|
getId, getInterface, getName, reset |
| Method Detail |
|---|
void setVoiceName(String voiceName)
voiceName - the name of the voice.String getVoiceName()
void setVolume(int volume)
volume - the volume level.int getVolume()
void setText(String text)
text - the text to speech.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||