From 2ddcc638241f269d32569eaec88b94426039d35e Mon Sep 17 00:00:00 2001 From: ANLGBOY Date: Mon, 15 Dec 2025 17:36:01 +0900 Subject: [PATCH] reorganize sections --- README.md | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index ed72014..8787de3 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,24 @@ **Supertonic** is a lightning-fast, on-device text-to-speech system designed for **extreme performance** with minimal computational overhead. Powered by ONNX Runtime, it runs entirely on your device—no cloud, no API calls, no privacy concerns. +### 📰 Update News + +- **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) +- **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 +- **2025.12.08** - Optimized ONNX models via [OnnxSlim](https://github.com/inisis/OnnxSlim) now available on [Hugging Face Models](https://huggingface.co/Supertone/supertonic) +- **2025.11.24** - Added Flutter SDK support with macOS compatibility + +### Table of Contents + +- [Demo](#demo) +- [Why Supertonic?](#why-supertonic) +- [Language Support](#language-support) +- [Getting Started](#getting-started) +- [Performance](#performance) +- [Built with Supertonic](#built-with-supertonic) +- [Citation](#citation) +- [License](#license) + ## Demo ### Raspberry Pi @@ -27,26 +45,6 @@ https://github.com/user-attachments/assets/64980e58-ad91-423a-9623-78c2ffc13680 > 🎧 **Try it now**: Experience Supertonic in your browser with our [**Interactive Demo**](https://huggingface.co/spaces/Supertone/supertonic#interactive-demo), or get started with pre-trained models from [**Hugging Face Hub**](https://huggingface.co/Supertone/supertonic) -## 📰 Update News - -**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) - -**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 - -**2025.12.08** - Optimized ONNX models via [OnnxSlim](https://github.com/inisis/OnnxSlim) now available on [Hugging Face Models](https://huggingface.co/Supertone/supertonic) - -**2025.11.24** - Added Flutter SDK support with macOS compatibility - -### Table of Contents - -- [Why Supertonic?](#why-supertonic) -- [Language Support](#language-support) -- [Getting Started](#getting-started) -- [Performance](#performance) -- [Built with Supertonic](#built-with-supertonic) -- [Citation](#citation) -- [License](#license) - ## Why Supertonic? - **⚡ Blazingly Fast**: Generates speech up to **167× faster than real-time** on consumer hardware (M4 Pro)—unmatched by any other TTS system