### What problem does this PR solve?

SparkTTS

### Type of change

- [x] New Feature (non-breaking change which adds functionality)

---------

Co-authored-by: liuhua <10215101452@stu.ecun.edu.cn>
This commit is contained in:
liuhua
2024-09-24 12:15:12 +08:00
committed by GitHub
parent 38e3475714
commit d9c2a128a5
8 changed files with 200 additions and 22 deletions

View File

@ -139,5 +139,6 @@ Seq2txtModel = {
TTSModel = {
"Fish Audio": FishAudioTTS,
"Tongyi-Qianwen": QwenTTS,
"OpenAI":OpenAITTS
"OpenAI":OpenAITTS,
"XunFei Spark":SparkTTS
}