From 823541af403e97c05121d59da46adba30d23342e Mon Sep 17 00:00:00 2001 From: poroyo <132068975+poroyo@users.noreply.github.com> Date: Fri, 27 Dec 2024 04:00:19 +0900 Subject: [PATCH] Fix sayTTS missing break in gptsovits case --- src/ts/process/tts.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ts/process/tts.ts b/src/ts/process/tts.ts index df5c4097..25aefa07 100644 --- a/src/ts/process/tts.ts +++ b/src/ts/process/tts.ts @@ -309,6 +309,7 @@ export async function sayTTS(character:character,text:string) { const text = Buffer.from(textBuffer).toString('utf-8') throw new Error(text); } + break; } case 'fishspeech':{ if (character.fishSpeechConfig.model._id === ''){