BowlerKernel
ITTSEngine.java
Go to the documentation of this file.
1 package com.neuronrobotics.bowlerstudio;
2 
3 public interface ITTSEngine {
19  public int speak(String text , float gainValue , boolean daemon , boolean join, ISpeakingProgress progress) ;
20 }
int speak(String text, float gainValue, boolean daemon, boolean join, ISpeakingProgress progress)