public interface TTSEngine
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.Copyright © 2016 TeleStax, Inc.. All Rights Reserved.