public interface Synthesizer
| Modifier and Type | Method and Description |
|---|---|
void |
addMeta(MetaType type,
String value)
Add meta value to synthesizer
|
void |
addOptionalCommand(String command,
String parameter)
Specify additional parameters to send to the server.
|
void |
clearOptionalCommand()
Clears optional parameters.
|
void |
speak(String text)
Converts text to speech
|
void |
stop()
Stops the currently playing audio.
|
void speak(String text) throws BusyException, NoNetworkException
text - The text to convert into audio.BusyExceptionNoNetworkExceptionvoid stop()
void addMeta(MetaType type, String value)
type - value - void clearOptionalCommand()