All Downloads are FREE. Search and download functionalities are using the official Maven repository.

marytts.tools.voiceimport.templates.Config Maven / Gradle / Ivy

The newest version!
package marytts.voice.${PACKAGE};

import marytts.config.VoiceConfig;
import marytts.exceptions.MaryConfigurationException;

public class Config extends VoiceConfig {
    public Config() throws MaryConfigurationException {
        super(Config.class.getResourceAsStream("voice.config"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy