Skip to content

Instantly share code, notes, and snippets.

@psibre
Created March 29, 2017 10:28
Show Gist options
  • Save psibre/bdc421ccad7b941572bdee4f436b3906 to your computer and use it in GitHub Desktop.
Save psibre/bdc421ccad7b941572bdee4f436b3906 to your computer and use it in GitHub Desktop.
Legacy HSMM voice for MaryTTS
plugins {
id 'java'
}
repositories {
jcenter()
}
dependencies {
compile 'de.dfki.mary:marytts-lang-en:5.2'
testCompile 'junit:junit:4.12'
}
task run(type: JavaExec) {
classpath configurations.runtime + sourceSets.main.output
main 'marytts.server.Mary'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment