Merge branch 'develop' into dependabot/pip/develop/moviepy-2.2.1

pull/2314/head
Jason Cameron 3 months ago committed by GitHub
commit 009ac4663d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -10,12 +10,12 @@ toml==0.10.2
translators==5.9.9 translators==5.9.9
pyttsx3==2.98 pyttsx3==2.98
tomlkit==0.13.2 tomlkit==0.13.2
Flask==3.1.0 Flask==3.1.1
clean-text==0.6.0 clean-text==0.6.0
unidecode==1.4.0 unidecode==1.4.0
spacy==3.8.7 spacy==3.8.7
torch==2.7.0 torch==2.7.0
transformers==4.52.3 transformers==4.52.4
ffmpeg-python==0.2.0 ffmpeg-python==0.2.0
elevenlabs==1.57.0 elevenlabs==1.57.0
yt-dlp==2025.5.22 yt-dlp==2025.5.22

@ -44,6 +44,7 @@ background_thumbnail_font_size = { optional = true, type = "int", default = 96,
background_thumbnail_font_color = { optional = true, default = "255,255,255", example = "255,255,255", explanation = "Font color in RGB format for the thumbnail text" } background_thumbnail_font_color = { optional = true, default = "255,255,255", example = "255,255,255", explanation = "Font color in RGB format for the thumbnail text" }
[settings.tts] [settings.tts]
voice_choice = { optional = false, default = "tiktok", options = ["elevenlabs", "streamlabspolly", "tiktok", "googletranslate", "awspolly", "pyttsx", "OpenAI"], example = "tiktok", explanation = "The voice platform used for TTS generation. " }
random_voice = { optional = false, type = "bool", default = true, example = true, options = [true, false,], explanation = "Randomizes the voice used for each comment" } random_voice = { optional = false, type = "bool", default = true, example = true, options = [true, false,], explanation = "Randomizes the voice used for each comment" }
elevenlabs_voice_name = { optional = false, default = "Bella", example = "Bella", explanation = "The voice used for elevenlabs", options = ["Adam", "Antoni", "Arnold", "Bella", "Domi", "Elli", "Josh", "Rachel", "Sam", ] } elevenlabs_voice_name = { optional = false, default = "Bella", example = "Bella", explanation = "The voice used for elevenlabs", options = ["Adam", "Antoni", "Arnold", "Bella", "Domi", "Elli", "Josh", "Rachel", "Sam", ] }
elevenlabs_api_key = { optional = true, example = "21f13f91f54d741e2ae27d2ab1b99d59", explanation = "Elevenlabs API key" } elevenlabs_api_key = { optional = true, example = "21f13f91f54d741e2ae27d2ab1b99d59", explanation = "Elevenlabs API key" }

Loading…
Cancel
Save