Indic-Mio

此 Soniqo 页面记录本地 speech-swift / speech-core 实现中的 Indic-Mio。Hugging Face 包链接放在集成说明之后。

先进入站内页面

首页卡片和文档菜单先指向这里;源模型和权重包链接仍在本页提供。

概览

模型Indic-Mio
用途Hindi / Indic emotion TTS with optional reference voice conditioning
后端MLX fp16
输出24 kHz mono waveform
语言Hindi / Indic text focus
许可证Bundle-specific; verify upstream terms before commercial use
状态Programmatic SpeechGenerationModel runtime
来源Indic-Mio bundle
Swift 产品IndicMioTTS
CLI / 运行时Programmatic runtime; server-side loader support is present

使用

下面的片段对应当前 speech-swift 仓库暴露的 API 或命令。

import IndicMioTTS

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

模型链接

实现说明