Commit Graph

12 Commits

Author SHA1 Message Date
Alex Orid
c053a6085f Fixed Formatting 2021-05-14 17:25:41 -04:00
Alex Orid
20bf7f6778 Copyright headers 2021-05-14 17:16:30 -04:00
Alex Orid
bdb94baf65 github prep 2021-04-15 23:48:12 -04:00
Alex Orid
b7e20c5602 Fixed TTS Bugs
Fixed Discord TTS Config Bug
Fixed Docker TTS playsound()
2021-04-15 18:04:10 -04:00
Alex Orid
c01418cebe tts Docker Fix 2021-04-15 17:33:56 -04:00
Alex Orid
3e1759e5d2 Renamed Config Variable
Renamed streamlabsVoice to PollyVoice
2021-01-21 16:04:53 -05:00
Alex Orid
a585f3ed2c Altered __main__
Also added git ignore for /tts/
2020-09-21 03:57:45 -04:00
Alex Orid
937504816d Windows TTS Tweak
Changed the ogg to mp3 for now until I make a detect os function if it doesnt work on other systems.
2020-09-21 03:48:11 -04:00
dtookey
68674de54e removed pyglet because playsound appears to work just fine
added documentation to several functions in tty.py
2020-09-20 13:52:29 -04:00
dtookey
17e1a092be updated tts.py
support both gtts and aws polly (we borrow from the streamlabs api)
moved some configuration stuff around
added one test method for creating file names, but it doesn't have any assertions, so it's useless
added enums for different configuration properties like tts engine, file naming, and poly voices
2020-09-20 13:35:53 -04:00
dtookey
3e24942d54 Let PEP8 do it's thing and reformat all the files.
Removed bots.py and slurs.py and moved them into config.py. twitch_script_class.py has been updated to handle this
added a test harness for twitch_script_class.py
contains_url and contains_slur are both validated
refactored contains_url to use a simple(ish) regex instead of an if cascade

Let PEP8 do it's thing and reformat all the files.
Removed bots.py and slurs.py and moved them into config.py. twitch_script_class.py has been updated to handle this
added a test harness for twitch_script_class.py
contains_url and contains_slur are both validated
refactored contains_url to use a simple(ish) regex instead of an if cascade
2020-09-20 11:48:15 -04:00
Alex Orid
994981cfdb First Push
Im so sorry for the bad code T_T

(Also note to self, I deleted the old code)
2020-09-19 23:38:49 -04:00