OmniVoice

Bu Soniqo sayfası, yerel speech-swift / speech-core uygulamasındaki OmniVoice 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

ModelOmniVoice
RolMassively multilingual zero-shot voice-cloning TTS
BackendMLX int8 default bundle; fp16 bundle available
Çıktı24 kHz mono waveform
Diller600+ languages
LisansApache-2.0 upstream family
DurumProgrammatic speech-swift runtime used by Studio sidecar
Kaynakk2-fsa OmniVoice
Swift ürünüOmniVoiceTTS
CLI / runtimeProgrammatic runtime; not a primary speech speak engine yet

Kullanım

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

import OmniVoiceTTS

let model = try await OmniVoiceTTSModel.fromPretrained()
let pcm = try model.generate(
    text: "A new sentence in the reference speaker's voice.",
    referenceAudio: URL(fileURLWithPath: "reference.wav"),
    referenceText: "This is the reference voice.",
    language: "en"
)

Model bağlantıları

Uygulama notları