/*
  * update the speech state.
  */
 public void updateSpeechState(SpeechState state)
 {
     textProcessor.setSpeechState(state);
 }
Exemple #2
0
 public void changeSpeechState(SpeechState state)
 {
     textProcessor.setSpeechState(state);
 }