Supertonic-3

यह Soniqo पेज स्थानीय speech-swift / speech-core implementation में Supertonic-3 को दस्तावेज़ करता है। Hugging Face bundle links integration notes के बाद दिए गए हैं।

पहले आंतरिक पेज

Landing cards और docs menus पहले इसी पेज पर आते हैं; source model और bundle links यहीं उपलब्ध रहते हैं।

सारांश

मॉडलSupertonic-3
भूमिकाG2P-free multilingual text-to-speech
BackendCoreML (Apple Neural Engine / GPU) and LiteRT
Output44.1 kHz mono Float32 PCM
भाषाएँ31 languages plus a neutral na tag
लाइसेंसOpenRAIL-M weights, MIT code
स्थितिReady for CoreML; LiteRT reference implementation in speech-core
SourceSupertone Supertonic-3
Swift productSupertonicTTS
CLI / runtimeShared TTS pipeline / server integration; LiteRT C++ wrapper for edge runtimes

उपयोग

नीचे का snippet मौजूदा speech-swift API या command से मेल खाता है।

import SupertonicTTS

let tts = try await SupertonicTTSModel.fromPretrained()
let pcm = try tts.synthesize(
    text: "Hello from an on-device voice.",
    voiceId: "F1",
    language: "en"
)

मॉडल लिंक

implementation notes