|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectfi.hut.tml.xsmiles.speech.SynthImpl
| Constructor Summary | |
SynthImpl()
|
|
| Method Summary | |
void |
cancelAll()
|
void |
destroy()
|
float |
getPitch()
Returns the baseline pitch for the current synthesis voice. |
float |
getSpeakingRate()
Returns the speaking rate. |
void |
init()
|
boolean |
setPitch(float pitch)
|
boolean |
setSpeakingRate(float wordsPerMin)
Sets the speaking rate in terms of words per minute. |
void |
speak(java.lang.String s,
boolean wait)
|
void |
waitEngine()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SynthImpl()
| Method Detail |
public void init()
public float getSpeakingRate()
public boolean setSpeakingRate(float wordsPerMin)
wordsPerMin - the new speaking rate
public float getPitch()
public boolean setPitch(float pitch)
public void speak(java.lang.String s,
boolean wait)
speak in interface Synthpublic void cancelAll()
cancelAll in interface Synthpublic void waitEngine()
waitEngine in interface Synthpublic void destroy()
destroy in interface Synth
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||