optimalstrategy / vocodes-tts-gui

A simple app for downloading TTS off vo.codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 by MysteryPancake.

Usage

  1. Download a binary from the release page.
  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

About

A simple app for downloading TTS off vo.codes

License:MIT License


Languages

Language:Rust 100.0%