https://github.com/optimalstrategy/vocodes-tts-gui
A simple app for downloading TTS off vo.codes
https://github.com/optimalstrategy/vocodes-tts-gui
Last synced: about 1 year ago
JSON representation
A simple app for downloading TTS off vo.codes
- Host: GitHub
- URL: https://github.com/optimalstrategy/vocodes-tts-gui
- Owner: optimalstrategy
- License: mit
- Created: 2021-07-06T00:41:33.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-09T01:38:03.000Z (about 5 years ago)
- Last Synced: 2025-03-16T05:41:24.054Z (over 1 year ago)
- Language: Rust
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vo.codes TTS GUI
This is a simple program for downloading .wav TTS files from https://vo.codes.
This application is based on [Discord-TTS](https://github.com/MysteryPancake/Discord-TTS) by MysteryPancake.
## Usage
1. Download a binary from the [release page](https://github.com/optimalstrategy/vocodes-tts-gui/releases).
2. Choose a voice and enter your prompt.
3. Optionally, assign a custom filename.
4. Click "Download". The resulting wav file will be saved to the current directory.
## Building from source
1. Clone the repo
2. Run `cargo build --release`
3. Find the binary in `target/release`
4. (Optional) Set the `RUST_LOG` env variable to a value of choice, e.g. `DEBUG`
5. Run the binary: `./tts-gui`