From 51e7239c713bcfabaf082b8f93934c86bcd09cd9 Mon Sep 17 00:00:00 2001 From: Marcus <1922576605@qq.com> Date: Mon, 30 Jun 2025 09:50:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20tts=E8=AF=AD=E9=9F=B3=E7=94=9F=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/api/v1/endpoints/tts.py | 0 backend/app/constants/tts.py | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 backend/app/api/v1/endpoints/tts.py create mode 100644 backend/app/constants/tts.py diff --git a/backend/app/api/v1/endpoints/tts.py b/backend/app/api/v1/endpoints/tts.py new file mode 100644 index 0000000..e69de29 diff --git a/backend/app/constants/tts.py b/backend/app/constants/tts.py new file mode 100644 index 0000000..f24aafa --- /dev/null +++ b/backend/app/constants/tts.py @@ -0,0 +1,3 @@ +appId = '1142362958' +token = 'O-a4JkyLFrYkME9no11DxFkOY-UnAoFF' +speaker = 'zh_male_beijingxiaoye_moon_bigtts' \ No newline at end of file