Supertonic-3

Bu Soniqo sayfası, yerel speech-swift / speech-core uygulamasındaki Supertonic-3 modelini belgeler. Hugging Face bundle bağlantıları entegrasyon notlarından sonra yer alır.

Önce dahili sayfa

Açılış kartları ve belge menüleri önce buraya yönlenir; kaynak model ve bundle bağlantıları bu sayfada kalır.

Özet

ModelSupertonic-3
RolG2P-free multilingual text-to-speech
BackendCoreML (Apple Neural Engine / GPU) and LiteRT
Çıktı44.1 kHz mono Float32 PCM
Diller31 languages plus a neutral na tag
LisansOpenRAIL-M weights, MIT code
DurumReady for CoreML; LiteRT reference implementation in speech-core
KaynakSupertone Supertonic-3
Swift ürünüSupertonicTTS
CLI / runtimeShared TTS pipeline / server integration; LiteRT C++ wrapper for edge runtimes

Kullanım

Aşağıdaki parça, speech-swift deposundaki güncel API veya komutla eşleşir.

import SupertonicTTS

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

Model bağlantıları

Uygulama notları