Add Windows Media TTS engine selection

This commit is contained in:
2026-05-01 04:01:33 +09:00
parent 1a8e8d0a8f
commit 52d7f74049
12 changed files with 475 additions and 77 deletions

View File

@@ -10,6 +10,7 @@
"start:local": "bun src/index.ts local",
"tts:test": "bun src/index.ts local-say",
"tts:dump": "bun src/index.ts local-say-dump",
"tts:voices": "bun src/index.ts local-tts-voices",
"setup:local-ai": "bun src/setup-local-ai.ts",
"devices": "bun src/index.ts local-devices",
"audio:devices": "bun src/index.ts local-devices",