Add local TTS smoke test mode

This commit is contained in:
2026-05-01 03:30:34 +09:00
parent 03b06bcc6e
commit ac88b8c50a
4 changed files with 60 additions and 2 deletions

View File

@@ -65,6 +65,12 @@ bun run devices
bun run start:local
```
TTS만 단독으로 확인:
```bash
bun run tts:test -- "안녕하세요. 출력 장치 테스트입니다."
```
Discord 모드:
```bash