Add MMS TTS support and config

Introduce MMS-based Korean TTS, update dependencies and docs, and include environment settings.
This commit is contained in:
dsyoon
2026-01-30 15:47:23 +09:00
parent 6b40d23c7e
commit 1abe725480
5 changed files with 68 additions and 13 deletions

View File

@@ -45,3 +45,5 @@ http://localhost:8000
- 배포 스크립트 기본 포트는 `8019`이며 `PORT`로 변경할 수 있습니다.
- ffmpeg가 설치되어 있어야 합니다.
- mp3 파일은 `resources/` 아래에 저장됩니다.
- 고품질 TTS를 위해 `TTS_ENGINE=mms`를 설정할 수 있습니다.
- MMS 모델(`facebook/mms-tts-kor`)은 비상업(CC-BY-NC-4.0) 라이선스입니다.