Class MbrolaVoiceDirectory


  • public class MbrolaVoiceDirectory
    extends VoiceDirectory
    Provides access to MBROLA voices.
    • 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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MbrolaVoiceDirectory

        public MbrolaVoiceDirectory()
    • 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 class VoiceDirectory
        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.