feat: prepare config template for TTS

pull/861/head
Callum Leslie 2 years ago
parent 49eec71f05
commit c1a4b51f41
No known key found for this signature in database
GPG Key ID: D382C4AFEECEAA90

@ -36,6 +36,8 @@ storymode = { optional = true, type = "bool", default = false, example = false,
] }
# [settings.tts]
# voice = { optional = true, example = "en_us_002", explanation = "sets the voice used by TTS" }
# choice = { optional = true, example = "polly", explanation = "the backend used " }
[settings.tts]
aws_polly_voice = { optional = false, default = "Matthew", example = "Matthew", explanation = "The voice used for AWS Polly" }
streamlabs_polly_voice = { optional = false, default = "Matthew", example = "Matthew", explanation = "The voice used for Streamlabs Polly" }
tiktok_voice = { optional = false, default = "en_us_006", example = "en_us_006", explanation = "The voice used for TikTok TTS" }
choice = { optional = true, example = "streamlabspolly", explanation = "The backend used for TTS generation" }

Loading…
Cancel
Save