Add local MeloTTS support

This commit is contained in:
2026-05-03 01:56:09 +09:00
parent 3360015179
commit ad357a6ede
13 changed files with 396 additions and 3 deletions

View File

@@ -7,10 +7,12 @@
"setup": "bun src/setup.ts",
"setup:stt": "bun src/setup-python.ts",
"setup:llm": "bun src/setup-llm.ts",
"setup:tts": "bun src/setup-tts.ts",
"setup:python": "bun run setup:stt",
"test:stt": "bun src/index.ts test-stt",
"test:sttllm": "bun src/index.ts test-sttllm",
"test:llm": "bun src/index.ts test-llm",
"test:tts": "bun src/index.ts test-tts",
"devices": "bun src/index.ts devices",
"check": "tsc --noEmit",
"build": "tsc -p tsconfig.json"