Package | Description |
---|---|
org.ispeech |
Modifier and Type | Method and Description |
---|---|
byte[] |
SpeechSynthesis.downloadByteArray(String text) |
void |
Synthesizer.speak(String text)
Converts text to speech
|
void |
SpeechSynthesis.speak(String text)
Converts text to speech and begins playing it as soon as it is ready,
method does not block.
|
void |
Recognizer.startRecord(SpeechRecognizerEvent speechRecognizerEvent)
Start recording.
|
void |
SpeechRecognizer.startRecord(SpeechRecognizerEvent speechRecognizerEvent)
Starts recording audio for SpeechRecognition
|