|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.speech.freetts.Voice com.sun.speech.freetts.en.us.CMUVoice com.sun.speech.freetts.en.us.CMUClusterUnitVoice
Defines voice that does cluster unit selection.
Field Summary | |
protected java.net.URL |
database
|
Fields inherited from class com.sun.speech.freetts.Voice |
DATABASE_NAME, DEFAULT_AUDIO_PLAYER, DEFAULT_AUDIO_PLAYER_DEFAULT, FEATURE_JOIN_TYPE, FEATURE_SILENCE, PROP_PREFIX |
Constructor Summary | |
CMUClusterUnitVoice(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 |
Method Summary | |
java.net.URL |
getDatabase()
Gets the url to the database that defines the unit data for this voice. |
UtteranceProcessor |
getPitchmarkGenerator()
Returns the pitch mark generator to be used by this voice. |
UtteranceProcessor |
getUnitConcatenator()
Returns the unit concatenator to be used by this voice. |
UtteranceProcessor |
getUnitSelector()
Returns the unit selector to be used by this voice. |
protected void |
setupFeatureSet()
Sets up the FeatureSet for this Voice. |
java.lang.String |
toString()
Converts this object to a string |
Methods inherited from class com.sun.speech.freetts.en.us.CMUVoice |
getAudioOutput, getPhoneFeature, getPostLexicalAnalyzer, getTokenizer, loader, setupFeatureProcessors, setupUtteranceProcessors |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.net.URL database
Constructor Detail |
public CMUClusterUnitVoice(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.Method Detail |
public java.net.URL getDatabase()
getDatabase
in interface de.dfki.lt.freetts.ConcatenativeVoice
protected void setupFeatureSet() throws java.io.IOException
setupFeatureSet
in class CMUVoice
java.io.IOException
- if an I/O error occurspublic UtteranceProcessor getUnitSelector() throws java.io.IOException
getUnitSelector
in interface de.dfki.lt.freetts.ConcatenativeVoice
getUnitSelector
in class CMUVoice
java.io.IOException
- if an IO error occurs while getting
processorpublic UtteranceProcessor getPitchmarkGenerator() throws java.io.IOException
getPitchmarkGenerator
in interface de.dfki.lt.freetts.ConcatenativeVoice
getPitchmarkGenerator
in class CMUVoice
java.io.IOException
- if an IO error occurs while getting
processorpublic UtteranceProcessor getUnitConcatenator() throws java.io.IOException
getUnitConcatenator
in interface de.dfki.lt.freetts.ConcatenativeVoice
getUnitConcatenator
in class CMUVoice
java.io.IOException
- if an IO error occurs while getting
processorpublic java.lang.String toString()
toString
in class CMUVoice
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |