From 5f02894e90d40dbe8a0fee1fe3277b0d6414ad00 Mon Sep 17 00:00:00 2001 From: Megghy Date: Tue, 26 Dec 2023 13:09:21 +0800 Subject: [PATCH] update voiceAPI --- src/views/open_live/ReadDanmaku.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, })