BowlerKernel
|
Public Member Functions | |
int | speak (String text, float gainValue, boolean daemon, boolean join, ISpeakingProgress progress) |
Definition at line 3 of file ITTSEngine.java.
int com.neuronrobotics.bowlerstudio.ITTSEngine.speak | ( | String | text, |
float | gainValue, | ||
boolean | daemon, | ||
boolean | join, | ||
ISpeakingProgress | progress | ||
) |
Transform text to speech
text | The text that will be transformed to speech |
daemon | True The thread that will start the text to speech Player will be a daemon Thread False The thread that will start the text to speech Player will be a normal non daemon Thread |
join | True The current Thread calling this method will wait(blocked) until the Thread which is playing the Speech finish False The current Thread calling this method will continue freely after calling this method |
progress |
Implemented in com.neuronrobotics.bowlerstudio.TextToSpeech, and com.neuronrobotics.bowlerstudio.CoquiDockerManager.