From 63e7dc04efeb31fa3ca6802208005d5510dfa403 Mon Sep 17 00:00:00 2001 From: SinecKers Date: Tue, 21 Jun 2022 00:07:09 +0300 Subject: [PATCH] default voice --- .env.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.template b/.env.template index 0b2af14..6a8a15e 100644 --- a/.env.template +++ b/.env.template @@ -26,11 +26,11 @@ OPACITY="1" # If you want to translate the comments to another language, set the language code here. # If empty, no translation will be done. -POSTLANG="es" +POSTLANG="" # see TTSwrapper.py for all valid options -VOICE="" # e.g. en_us_002 -TTsChoice="gtts" # todo add docs +VOICE="Matthew" # e.g. en_us_002 +TTsChoice="polly" # todo add docs # IMPORTANT NOTE: if you use translate, you need to set this gtts or set tiktok and use custom voice in your language # IN-PROGRESS - not yet implemented