Indic-Mio

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

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

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

ภาพรวม

โมเดลIndic-Mio
บทบาทHindi / Indic emotion TTS with optional reference voice conditioning
BackendMLX fp16
Output24 kHz mono waveform
ภาษาHindi / Indic text focus
LicenseBundle-specific; verify upstream terms before commercial use
สถานะProgrammatic SpeechGenerationModel runtime
SourceIndic-Mio bundle
Swift productIndicMioTTS
CLI / runtimeProgrammatic runtime; server-side loader support is present

การใช้งาน

snippet ด้านล่างตรงกับ API หรือคำสั่งปัจจุบันใน speech-swift

import IndicMioTTS

let model = try await IndicMioTTSModel.fromPretrained()
let pcm = try await model.generate(
    text: "नमस्ते <happy>",
    language: "hi"
)

ลิงก์โมเดล

หมายเหตุ implementation