robit-man / GLaDOS-TTS

2 stars 0 forks source link

GLaDOS Text To Speech

Alt text

This project employs pitch correction over text to speech comperable to GLaDOS from Portal

To use with an existing project with tts output:

from speak import speak

quote = "Despite Your Violent Behavior, The Only Thing You’ve Managed To Break So Far Is My Heart."

speak(quote)

to test out of the box:

clone project git clone https://github.com/robit-man/GLaDOS-TTS/

enter directory cd GLaDOS-TTS

install requirements pip3 install -r requirements

run test script python3 test.py