mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-26 17:13:54 +08:00
修复-火山双流式语音合成-additions参数配置
This commit is contained in:
@@ -616,12 +616,13 @@ class TTSProvider(TTSProviderBase):
|
|||||||
"speech_rate": self.speech_rate,
|
"speech_rate": self.speech_rate,
|
||||||
"loudness_rate": self.loudness_rate
|
"loudness_rate": self.loudness_rate
|
||||||
},
|
},
|
||||||
|
"additions": json.dumps({
|
||||||
|
"post_process": {
|
||||||
|
"pitch": self.pitch
|
||||||
|
}
|
||||||
|
})
|
||||||
},
|
},
|
||||||
"additions": {
|
|
||||||
"post_process": {
|
|
||||||
"pitch": self.pitch
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user