diff --git a/.env.template b/.env.template index bcd326d..0b2af14 100644 --- a/.env.template +++ b/.env.template @@ -1,3 +1,4 @@ +# This can be found in the email that reddit sent you when you created the app REDDIT_CLIENT_ID="" REDDIT_CLIENT_SECRET="" @@ -23,9 +24,14 @@ MAX_COMMENT_LENGTH="500" # default is 500 # Range is 0 -> 1 recommended around 0.8-0.9 OPACITY="1" -# see different voice options: todo: add docs -VOICE="Matthew" # e.g. en_us_002 -TTsChoice="polly" +# If you want to translate the comments to another language, set the language code here. +# If empty, no translation will be done. +POSTLANG="es" + +# see TTSwrapper.py for all valid options +VOICE="" # e.g. en_us_002 +TTsChoice="gtts" # 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 STORYMODE="False"