From 51fb4d41dbe931c92b85eec5c33d48d3efdd3587 Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Fri, 19 Feb 2021 08:16:50 -0500 Subject: [PATCH] Update config.py --- config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.py b/config.py index 91ecfec..bce47c4 100644 --- a/config.py +++ b/config.py @@ -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