Methods in synthesis with parameters of type BaseSynthesizer |
protected void |
BaseSynthesizerQueueItem.setData(BaseSynthesizer synth,
javax.speech.synthesis.Speakable source,
javax.speech.synthesis.SpeakableListener listener)
Sets queue item data with a Speakable source. |
protected void |
BaseSynthesizerQueueItem.setData(BaseSynthesizer synth,
java.lang.String source,
boolean plainText,
javax.speech.synthesis.SpeakableListener listener)
Sets queue item data with a String source that is
either plain text or JSML. |
protected void |
BaseSynthesizerQueueItem.setData(BaseSynthesizer synth,
java.net.URL source,
javax.speech.synthesis.SpeakableListener listener)
Sets queue item data with a URL source. |