An example project demonstrating use of MaryTTS in a deliberately standalone application
Build with Maven:
$ mvn package
$ java -jar target/txt2wav-1.0-SNAPSHOT.jar
usage: txt2wav [-i <FILE>] -o <FILE>
-i,--input <FILE> Read input from FILE
(otherwise, read from command line argument)
-o,--output <FILE> Write output to FILE
This project is implemented in different languages/build tools, please refer to the corresponding git branches:
- Java/Maven
- Java/Gradle
- sh
- python