Skip to content

Interface for using TTS and vocoder models in the form of a text editor

License

Notifications You must be signed in to change notification settings

smaybius/Coqui-TTS-GUI-solution

Repository files navigation

Coqui TTS GUI solution

Graphical user interface by AceOfSpadesProduc100 for using released TTS and vocoder models in the form of a text editor, made using Tkinter. This is an addon for TTS 0.0.10, as it should hopefully already be part of a version after it. Preview

How to use

  • Download or clone from this repository: https://github.com/coqui-ai/TTS
  • Copy gui.py and synthesize.py into TTS/bin, overwriting the existing synthesize.py
  • Install from source as explained in the repository's readme:
pip install -e .
  • Install simpleaudio:
pip install simpleaudio
  • Run the following command:
tts --start_gui
  • (Linux users) Install the following first:
sudo apt install python3-tk
sudo apt-get install -y python3-dev libasound2-dev

About

Interface for using TTS and vocoder models in the form of a text editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages