Added all the TTS options

pull/1207/head
StopmotionSimonYT 3 years ago
parent 6319583f80
commit 6afdd6167e

@ -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)

Loading…
Cancel
Save