From 6afdd6167e6c2db5856ca26a4a2f985f60a90e2d Mon Sep 17 00:00:00 2001 From: StopmotionSimonYT Date: Thu, 25 Aug 2022 14:05:32 +0200 Subject: [PATCH] Added all the TTS options --- GUI.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GUI.py b/GUI.py index fdf4ced..bfccb05 100644 --- a/GUI.py +++ b/GUI.py @@ -477,7 +477,7 @@ class App(customtkinter.CTk): # aws_polly_voice self.tts_aws_polly_voice = customtkinter.CTkOptionMenu( master=self.frame_bg_settings, - values=["Matthew"] + values=["Brian","Emma","Russell","Joey","Matthew","Joanna","Kimberly","Amy","Geraint","Nicole","Justin","Ivy","Kendra","Salli","Raveena"] ) self.tts_aws_polly_voice.grid(row=12, column=2, padx=15) @@ -491,7 +491,7 @@ class App(customtkinter.CTk): # streamlabs_polly_voice self.tts_streamlabs_polly_voice = customtkinter.CTkOptionMenu( master=self.frame_bg_settings, - values=["Matthew"] + values=["Brian","Emma","Russell","Joey","Matthew","Joanna","Kimberly","Amy","Geraint","Nicole","Justin","Ivy","Kendra","Salli","Raveena"] ) self.tts_streamlabs_polly_voice.grid(row=12, column=2, padx=15)