BowlerKernel
Public Member Functions | List of all members
com.neuronrobotics.bowlerstudio.ITTSEngine Interface Reference
Inheritance diagram for com.neuronrobotics.bowlerstudio.ITTSEngine:
Inheritance graph
[legend]

Public Member Functions

int speak (String text, float gainValue, boolean daemon, boolean join, ISpeakingProgress progress)
 

Detailed Description

Definition at line 3 of file ITTSEngine.java.

Member Function Documentation

◆ speak()

int com.neuronrobotics.bowlerstudio.ITTSEngine.speak ( String  text,
float  gainValue,
boolean  daemon,
boolean  join,
ISpeakingProgress  progress 
)

Transform text to speech

Parameters
textThe 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.


The documentation for this interface was generated from the following file: