Skip to content

robit-man/GLaDOS-TTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages