public class SpeechPlayer
extends java.lang.Object
| Constructor and Description |
|---|
SpeechPlayer() |
| Modifier and Type | Method and Description |
|---|---|
Bml |
addPlaySpeech(Bml bml,
java.lang.String speechTxt,
java.lang.String wavFilename,
double waitSec,
java.lang.String TTS_wav)
adding playing elements of speech to BML command
|
Speech |
getSpeech()
Getting speech
|
public Speech getSpeech()
public Bml addPlaySpeech(Bml bml, java.lang.String speechTxt, java.lang.String wavFilename, double waitSec, java.lang.String TTS_wav)
bml - BML commandspeechTxt - Text of SpeechwavFilename - name of wave file to playwaitSec - duration of speech in SecondsTTS_wav - name of wave file provided by Text to Speech component