diff --git a/src/views/open_live/ReadDanmaku.vue b/src/views/open_live/ReadDanmaku.vue index 10fa733..9bdb833 100644 --- a/src/views/open_live/ReadDanmaku.vue +++ b/src/views/open_live/ReadDanmaku.vue @@ -85,7 +85,7 @@ const settings = useStorage('Setting.Speech', { giftTemplate: '感谢 {name} 赠送的 {count} 个 {gift_name}', voiceType: 'local', 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, })