Chatterbox Multilingual

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

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

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

सारांश

मॉडलChatterbox Multilingual
भूमिकाMultilingual zero-shot voice-cloning TTS
BackendMLX fp16 on Apple; LiteRT default-voice runtime in Speech Core
Output24 kHz mono waveform
भाषाएँ23 languages
लाइसेंसMIT
स्थितिMLX cloning runtime; LiteRT greedy/default-voice runtime for edge deployments
SourceResemble AI Chatterbox
Swift productChatterboxTTS
CLI / runtimeProgrammatic speech-swift runtime; LiteRT example CLI in speech-core/examples/litert

उपयोग

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

import ChatterboxTTS

let model = try await ChatterboxTTSModel.fromPretrained()
let pcm = try model.clone(
    referenceSamples: reference,
    sampleRate: 24_000,
    text: "The cloned voice now speaks a new sentence.",
    languageId: "en"
)

मॉडल लिंक

implementation notes