glados-tts icon indicating copy to clipboard operation
glados-tts copied to clipboard

A GLaDOS TTS, using Forward Tacotron and HiFiGAN. Inference is fast and stable, even on the CPU. A low quality vocoder model is included for mobile use. Rudimentary TTS script included. Works perf...

Results 3 glados-tts issues
Sort by recently updated
recently updated
newest added

Added some docker support to this project for usage with the engine.py script. Got a few options in there to simplify usage. Build with/without cache, caching audio files, etc.

- Adding logging file - Adding exception if the device selected fails - Adding command-line compatibility - Allowing POST method for the flask engine - Creating Glados class to enclose...