Merge pull request #1804 from xinnan-tech/mangger-api-voice-print

声纹识别
This commit is contained in:
欣南科技
2025-07-11 10:19:15 +08:00
committed by GitHub
48 changed files with 3247 additions and 178 deletions
+10
View File
@@ -139,6 +139,16 @@ plugins:
- ".p3"
refresh_time: 300 # 刷新音乐列表的时间间隔,单位为秒
# 声纹识别配置
voiceprint:
# 声纹接口地址
url:
# 说话人配置:speaker_id,名称,描述
speakers:
- "test1,张三,张三是一个程序员"
- "test2,李四,李四是一个产品经理"
- "test3,王五,王五是一个设计师"
# #####################################################################################
# ################################以下是角色模型配置######################################