Update config.py

This commit is contained in:
Alex Orid 2021-02-19 08:16:50 -05:00
parent bb2984d02b
commit 51fb4d41db

View File

@ -47,6 +47,8 @@ class Speaker(Enum):
GOOGLE_TEXT_TO_SPEECH = 1
STREAMLABS_API = 2
currentSpeaker = Speaker.GOOGLE_TEXT_TO_SPEECH
class FileNameStrategy(Enum):
TIME_BASED = 1