Dumpable, UtteranceProcessor, de.dfki.lt.freetts.ConcatenativeVoicepublic class CMUTimeVoice extends CMUClusterUnitVoice
databaseDATABASE_NAME, DEFAULT_AUDIO_PLAYER, DEFAULT_AUDIO_PLAYER_DEFAULT, FEATURE_JOIN_TYPE, FEATURE_SILENCE, PROP_PREFIX| Constructor | Description |
|---|---|
CMUTimeVoice(java.lang.String name,
Gender gender,
Age age,
java.lang.String description,
java.util.Locale locale,
java.lang.String domain,
java.lang.String organization,
CMULexicon lexicon,
java.net.URL database) |
Creates a simple cluster unit voice
|
| Modifier and Type | Method | Description |
|---|---|---|
protected UtteranceProcessor |
getPostLexicalAnalyzer() |
The FestVox voice does not take advantage of any post lexical
processing.
|
java.lang.String |
toString() |
Converts this object to a string
|
getDatabase, getPitchmarkGenerator, getUnitConcatenator, getUnitSelector, setupFeatureSetgetAudioOutput, getPhoneFeature, getTokenizer, loader, setupFeatureProcessors, setupUtteranceProcessorsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddFeatureProcessor, allocate, createOutputThread, deallocate, dump, dumpProcessors, endBatch, getAge, getAudioPlayer, getDefaultAudioPlayer, getDescription, getDomain, getDurationStretch, getFeatureProcessor, getFeatures, getGender, getLexicon, getLocale, getName, getOrganization, getOutputQueue, getPitch, getPitchRange, getPitchShift, getRate, getResource, getRunTitle, getStyle, getUtteranceProcessors, getVolume, getWaveDumpFile, isDetailedMetrics, isDumpRelations, isDumpUtterance, isLoaded, isMetrics, load, processNode, processUtterance, setAge, setAudioPlayer, setDescription, setDetailedMetrics, setDomain, setDumpRelations, setDumpUtterance, setDurationStretch, setGender, setLexicon, setLoaded, setLocale, setMetrics, setName, setOrganization, setOutputQueue, setPitch, setPitchRange, setPitchShift, setRate, setRunTitle, setStyle, setVolume, setWaveDumpFile, speak, speak, speak, speak, startBatchpublic CMUTimeVoice(java.lang.String name,
Gender gender,
Age age,
java.lang.String description,
java.util.Locale locale,
java.lang.String domain,
java.lang.String organization,
CMULexicon lexicon,
java.net.URL database)
name - the name of the voicegender - the gender of the voiceage - the age of the voicedescription - a human-readable string providing a
description that can be displayed for the users.locale - the locale of the voicedomain - the domain of this voice. For example,organization - the organization which created the voice
"general", "time", or
"weather".lexicon - the lexicon to loaddatabase - the url to the database containing unit data
for this voice.protected UtteranceProcessor getPostLexicalAnalyzer() throws java.io.IOException
getPostLexicalAnalyzer in class CMUVoicejava.io.IOException - if an IO error occurs while getting
processorpublic java.lang.String toString()
toString in class CMUClusterUnitVoice