Synthesizer

Undocumented in source.

Members

Aliases

put
alias put = speak
Undocumented in source.

Functions

queue
void queue(char[] text)
Undocumented in source. Be warned that the author may not have intended to support it.
queue
void queue(wchar[] text)
Undocumented in source. Be warned that the author may not have intended to support it.
queuez
void queuez(wchar* text)
Undocumented in source. Be warned that the author may not have intended to support it.
rate
int rate()
Undocumented in source. Be warned that the author may not have intended to support it.
rate
void rate(int newRate)
Undocumented in source. Be warned that the author may not have intended to support it.
speak
void speak(Range range)
Undocumented in source. Be warned that the author may not have intended to support it.
voice
void voice(Voice newVoice)
Undocumented in source. Be warned that the author may not have intended to support it.
voice
Voice voice()
Undocumented in source. Be warned that the author may not have intended to support it.
volume
void volume(uint newVolume)
Undocumented in source. Be warned that the author may not have intended to support it.
volume
uint volume()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
Synthesizer create()

Create a new speech synthesis interface using the system default voice.

Meta