mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
update voiceAPI
This commit is contained in:
@@ -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,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user