PureData CEAMMC library web documentation
aliases: [ceammc/rhvoice~], [rhvoice~]
available since version: 0.9.5
Note: voices are not distributed with PureData-ceammc, you have to install voice data manually Download language and voice datafiles and put them into ~/Documents/Pd/rhvoice directory
clear
clear TTS queue
ssml
speak SSML text markup
@voice
Get/set voice
type: symbol
default: Anna
@rate
Get/set speaking rate
type: float
range: -1..1
default: 0
@pitch
Get/set voice pitch
type: float
range: -1..1
default: 0
@volume
Get/set voice volume
type: float
range: 0..1
default: 1
@punct
Get/set punctuation for pronunciation. If 'all' - pronounce all, otherwise pronounce
only specified punctuation characters.
type: symbol
See also: [speech.flite~]
Authors: Serge Poltavsky
License: GPL3 or later