F5-TTS

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

先进入站内页面

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

概览

模型F5-TTS
用途Zero-shot voice cloning from a short reference plus transcript
后端MLX fp16
输出24 kHz mono waveform
语言English and Mandarin, mixed EN/ZH supported
许可证CC-BY-NC-4.0 weights; non-commercial bundle
状态Ready through speech speak --engine f5 and the F5TTS Swift product
来源SWivid F5-TTS
Swift 产品F5TTS
CLI / 运行时speech speak --engine f5

使用

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

# Clone a voice from a ~10 s reference clip plus its transcript.
.build/release/speech speak "Hello from my cloned voice." \
  --engine f5 \
  --voice-sample reference.wav \
  --f5-reference-text "Text spoken in the reference clip." \
  -o cloned.wav

模型链接

实现说明