Package de.dfki.lt.freetts.en.us
Class MbrolaVoiceDirectory
- java.lang.Object
-
- com.sun.speech.freetts.VoiceDirectory
-
- de.dfki.lt.freetts.en.us.MbrolaVoiceDirectory
-
public class MbrolaVoiceDirectory extends VoiceDirectory
Provides access to MBROLA voices.
-
-
Constructor Summary
Constructors Constructor Description MbrolaVoiceDirectory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Voice[]
getVoices()
Provide a means to access the voices in a voice jar file.static void
main(java.lang.String[] args)
Prints out the MBROLA voices.-
Methods inherited from class com.sun.speech.freetts.VoiceDirectory
toString
-
-
-
-
Method Detail
-
getVoices
public Voice[] getVoices()
Description copied from class:VoiceDirectory
Provide a means to access the voices in a voice jar file. The implementation of this function is up to the subclasses.- Specified by:
getVoices
in classVoiceDirectory
- Returns:
- an array of Voice instances provided in the jar file
-
main
public static void main(java.lang.String[] args)
Prints out the MBROLA voices.
-
-