Indic-Mio

توثق هذه الصفحة من Soniqo نموذج Indic-Mio كما هو منفذ في speech-swift / speech-core. روابط Hugging Face موجودة أدناه بعد ملاحظات الدمج.

الصفحة الداخلية أولا

بطاقات الصفحة الرئيسية وقوائم الوثائق تشير إلى هذه الصفحة أولا؛ وتبقى روابط النموذج والحزم داخلها.

لمحة سريعة

النموذجIndic-Mio
الدورHindi / Indic emotion TTS with optional reference voice conditioning
BackendMLX fp16
الإخراج24 kHz mono waveform
اللغاتHindi / Indic text focus
الرخصةBundle-specific; verify upstream terms before commercial use
الحالةProgrammatic SpeechGenerationModel runtime
المصدرIndic-Mio bundle
منتج SwiftIndicMioTTS
CLI / runtimeProgrammatic runtime; server-side loader support is present

الاستخدام

المقتطف أدناه يطابق API أو الأمر الحالي في speech-swift.

import IndicMioTTS

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

روابط النموذج

ملاحظات التنفيذ