add new 6 voices and python package

This commit is contained in:
ANLGBOY
2025-12-10 17:23:04 +09:00
parent c33fb70c20
commit 1642ed5161
13 changed files with 68 additions and 0 deletions

View File

@@ -9,6 +9,12 @@ A minimal iOS demo that runs Supertonic (ONNX Runtime) on-device. The app shows:
All ONNX models/configs are reused from `Supertonic/assets/onnx`, and voice style JSON files from `Supertonic/assets/voice_styles`.
## 📰 Update News
**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)
## Prerequisites
- macOS 13+, Xcode 15+
- Swift 5.9+