概要
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ダッシュやセミコロンなどの句読点で入力テキストを分割してください。これにより、モデルが発話時間を過小評価して単語を脱落させる原因となる、過度に長い入力を防げます。複数の出力候補がある場合は、1つだけ(ゼロショット)を生成し、最初のファイルを使用してください。後の反復では不具合が発生しやすくなります。