Awesome
<tt>txt2wav</tt>: A MaryTTS example project
An example project demonstrating use of MaryTTS in a deliberately standalone application
Build instructions
Build with Gradle:
$ ./gradlew shadowJar
Usage
$ java -jar build/libs/txt2wav-1.0-SNAPSHOT.jar
usage: txt2wav [-i <FILE>] -o <FILE> [-v <STRING>]
-i,--input <FILE> Read input from FILE
(otherwise, read from command line argument)
-o,--output <FILE> Write output to FILE
(otherwise, write number of bytes on line followed by WAV audio data)
-v,--voice <STRING> Get the voice name STRING [default: cmu-slt-hsmm]
Source code
This project is implemented in different languages/build tools, please refer to the corresponding git branches:
- Java/Maven
- Java/Gradle
- sh
- python