Indic-Mio

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

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

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

सारांश

मॉडलIndic-Mio
भूमिकाHindi / Indic emotion TTS with optional reference voice conditioning
BackendMLX fp16
Output24 kHz mono waveform
भाषाएँHindi / Indic text focus
लाइसेंसBundle-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 मौजूदा speech-swift API या command से मेल खाता है।

import IndicMioTTS

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

मॉडल लिंक

implementation notes