개요
Supertonic은 고성능 텍스트 음성 변환 엔진으로, 기기에서 완전히 로컬로 실행되며 ONNX Runtime을 기반으로 합니다. 31개 언어를 지원하며, 낮은 지연 시간과 작은 크기로 엣지 배포에 적합합니다.
README 미리보기
# Supertonic — Lightning Fast, On-Device, Accurate TTS\n\n[](https://huggingface.co/spaces/Supertone/supertonic-3)\n[](https://huggingface.co/Supertone/supertonic-3)\n[](https://github.com/supertone-inc/supertonic/tree/release/supertonic-2)\n[-Demo-lightgrey)](https://huggingface.co/spaces/Supertone/supertonic#interactive-demo)\n[-Models-lightgrey)](https://huggingface.co/Supertone/supertonic)\n\n\n \n\n\n**Supertonic** is a lightning-fast, on-device text-to-speech system designed for local inference with minimal overhead. Powered by ONNX Runtime, it runs entirely on your device—no cloud, no API calls, no privacy concerns.\n\n### 📰 Update News\n\n- **2026.04.29** - 🎉 **Supertonic 3** released with **31-language support**, improved reading accuracy, fewer repeat/skip failures, and v2-compatible public ONNX assets. [Demo](https://huggingface.co/spaces/Supertone/supertonic-3) | [Models](https://huggingface.co/Supertone/supertonic-3)\n- **2026.01.22** - **[Voice Builder](https://supertonic.supertone.ai/voice_builder)** is now live! Turn your voice into a deployable, edge-native TTS with permanent ownership.\n- **2026.01.06** - 🎉 **Supertonic 2** released with 5-language support. The v2 code path is preserved on the [`release/supertonic-2`](https://github.com/supertone-inc/supertonic/tree/release/supertonic-2) branch.\n- **2025.12.10** - Added `supertonic` PyPI package! Install via `pip install supertonic`. For details, visit [supertonic-py documentation](https://supertone-inc.github.io/supertonic-py)\n- **2025.12.10** - Added [6 new voice styles](https://huggingface.co/Supertone/supertonic/tree/b10dbaf18b316159be75b34d24f740008fddd381) (M3, M4, M5, F3, F4, F5). See [Voices](https://supertone-inc.github.io/supertonic-py/voices/) for details\n- **2025.12.08** - Optimized ONNX models via [OnnxSlim](https://github.com/inisis/OnnxSlim) now available on [Hugging Face Models](https://huggingface.co/Supertone/supertonic)\n- **2025.11.24** - Added Flutter SDK support with ma
FAQ (3)
문제 해결Supertonic TTS가 누락되거나 반복된 단어로 불완전한 오디오를 생성하는 이유는 무엇인가요?
Supertonic 3으로 업그레이드하면 불완전한 오디오, 생략된 단어, 반복된 조각이 크게 줄어듭니다. 이전 버전에서는 오디오를 다시 생성하면 문제가 일시적으로 해결될 수 있습니다. Raspberry Pi와 같이 리소스가 제한된 장치에서는 생성 시간을 줄이기 위해 낮은 품질 설정을 사용하고 오디오에 이상이 없는지 확인하는 것이 좋습니다.
문제 해결Supertonic TTS가 'SDKs'와 같은 약어를 잘못 발음하거나 단어를 건너뛰는 이유는 무엇인가요?
이전 Supertonic 릴리스에서는 약어를 잘못 읽거나, 단어를 건너뛰거나, 불안정한 출력을 생성하는 경우가 있었습니다. 읽기 안정성을 개선하고 건너뛰는 단어를 줄이는 데 초점을 맞춘 Supertonic 3로 업그레이드하세요. 다음에서 사용해 보세요: https://huggingface.co/spaces/Supertone/supertonic-3
문제 해결Supertonic TTS가 긴 문장에서 오디오를 생성할 때 단어를 건너뛰거나 누락하는 이유는 무엇인가요?
Supertonic 3으로 업그레이드하세요. 이 버전은 읽기 정확도를 높이고 건너뛰기를 줄여줍니다. 업그레이드가 불가능할 경우, 모델에 입력하기 전에 입력 텍스트를 em-dash나 semicolon 같은 구두점에서 분할하세요. 이렇게 하면 모델이 음성 지속 시간을 과소평가하고 단어를 누락시키는 원인이 되는 과도하게 긴 입력을 방지할 수 있습니다. 여러 출력 후보가 있을 경우, 하나만 생성하고( zero-shot ) 첫 번째 파일을 사용하세요. 이후 반복은 결함이 발생하기 쉽기 때문입니다.