Chatterbox Multilingual

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

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

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

ภาพรวม

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

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