# marytts-txt2wav
**Repository Path**: github-java/marytts-txt2wav
## Basic Information
- **Project Name**: marytts-txt2wav
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: LGPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-10-14
- **Last Updated**: 2024-10-14
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# txt2wav: A MaryTTS example project
An example project demonstrating use of MaryTTS in a deliberately standalone application
## Usage
```
usage: txt2wav [-i ] -o
-i,--input Read input from FILE
(otherwise, read from command line argument)
-o,--output Write output to FILE
```
## Source code
This project is implemented in different languages/build tools, please refer to the corresponding git branches:
* [Java/Maven](https://github.com/marytts/marytts-txt2wav/tree/maven)
* [Java/Gradle](https://github.com/marytts/marytts-txt2wav/tree/gradle)
* [sh](https://github.com/marytts/marytts-txt2wav/tree/sh)
* [python](https://github.com/marytts/marytts-txt2wav/tree/python)