From df1876c2d04b4db9b471af50c28687a89f7b376e Mon Sep 17 00:00:00 2001 From: James Ding Date: Sun, 7 Dec 2025 17:48:56 -0600 Subject: [PATCH] feat: add Fish Audio TTS support (#2434) Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- GUI/settings.html | 102 +++++++++++++++++++++++++++++++++++- TTS/fishaudio.py | 44 ++++++++++++++++ requirements.txt | 1 + utils/.config.template.toml | 4 +- video_creation/voices.py | 2 + 5 files changed, 151 insertions(+), 2 deletions(-) create mode 100644 TTS/fishaudio.py diff --git a/GUI/settings.html b/GUI/settings.html index f3f1751..56efd1b 100644 --- a/GUI/settings.html +++ b/GUI/settings.html @@ -253,14 +253,60 @@
+
+ +
+
+
+ +
+ +
+
+
+
+ +
+ + +
+
+
@@ -432,6 +478,22 @@