Add Windows TTS wave dump mode

This commit is contained in:
2026-05-01 03:34:43 +09:00
parent ac88b8c50a
commit 0a88e8dab1
5 changed files with 90 additions and 48 deletions

View File

@@ -71,6 +71,12 @@ TTS만 단독으로 확인:
bun run tts:test -- "안녕하세요. 출력 장치 테스트입니다."
```
TTS WAV 파일만 생성해서 확인:
```bash
bun run tts:dump -- "안녕하세요. WAV 파일 테스트입니다."
```
Discord 모드:
```bash