Merge branch 'master' into master

This commit is contained in:
Dylan N
2023-04-06 14:04:26 +02:00
committed by GitHub
21 changed files with 416 additions and 72 deletions

View File

@@ -46,6 +46,7 @@ def gtts_speech(text):
os.remove("speech.mp3")
def say_text(text, voice_index=0):
def speak():
if not cfg.elevenlabs_api_key:
gtts_speech(text)