Indic-Mio

This first-party Soniqo page documents Indic-Mio from the local speech-swift / speech-core implementation. Hugging Face bundles are linked below after the integration notes.

Internal Page First

Landing cards and docs menus now point here first; source model and bundle links remain available from this page.

At a Glance

ModelIndic-Mio
RoleHindi / Indic emotion TTS with optional reference voice conditioning
BackendMLX fp16
Output24 kHz mono waveform
LanguagesHindi / Indic text focus
LicenseBundle-specific; verify upstream terms before commercial use
StatusProgrammatic SpeechGenerationModel runtime
SourceIndic-Mio bundle
Swift productIndicMioTTS
CLI / runtimeProgrammatic runtime; server-side loader support is present

Use

The snippet below mirrors the current speech-swift API or command exposed by the repo.

import IndicMioTTS

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

Model Links

Implementation Notes