feat: Kokoro-js TTS support

This commit is contained in:
Timothy Jaeryang Baek
2025-02-09 23:42:27 -08:00
parent a22d1d5410
commit 205ce635f6
5 changed files with 388 additions and 78 deletions

View File

@@ -41,6 +41,8 @@ export const shortCodesToEmojis = writable(
}, {})
);
export const TTSWorker = writable(null);
export const chatId = writable('');
export const chatTitle = writable('');