update voiceAPI

This commit is contained in:
2023-12-26 13:09:21 +08:00
parent 82a167d9cc
commit 5f02894e90

View File

@@ -85,7 +85,7 @@ const settings = useStorage<SpeechSettings>('Setting.Speech', {
giftTemplate: '感谢 {name} 赠送的 {count} 个 {gift_name}', giftTemplate: '感谢 {name} 赠送的 {count} 个 {gift_name}',
voiceType: 'local', voiceType: 'local',
voiceAPISchemeType: 'https', voiceAPISchemeType: 'https',
voiceAPI: 'voice.vtsuru.live/voice/bert-vits2?text={{text}}&id=1', voiceAPI: 'voice.vtsuru.live/voice/bert-vits2?text={{text}}&id=1&format=mp3&streaming=true',
combineGiftDelay: 2, combineGiftDelay: 2,
}) })