Add local MeloTTS support
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user