Supertonic-3

หน้านี้ของ Soniqo อธิบาย Supertonic-3 ตาม implementation ใน speech-swift / speech-core ส่วนลิงก์ Hugging Face อยู่ใต้หมายเหตุการใช้งาน

เข้าหน้าในเว็บก่อน

การ์ดหน้าแรกและเมนูเอกสารจะชี้มาที่หน้านี้ก่อน ส่วนลิงก์ไปยัง source model และ bundle ยังอยู่ในหน้านี้

ภาพรวม

โมเดล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
LicenseOpenRAIL-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 ด้านล่างตรงกับ API หรือคำสั่งปัจจุบันใน speech-swift

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