F5-TTS

Esta página de Soniqo documenta F5-TTS tal como está implementado en speech-swift / speech-core. Los enlaces a Hugging Face aparecen debajo de las notas de integración.

Primero página interna

Las tarjetas y menús apuntan primero aquí; los enlaces al modelo fuente y a los bundles siguen disponibles en esta página.

Resumen

ModeloF5-TTS
RolZero-shot voice cloning from a short reference plus transcript
BackendMLX fp16
Salida24 kHz mono waveform
IdiomasEnglish and Mandarin, mixed EN/ZH supported
LicenciaCC-BY-NC-4.0 weights; non-commercial bundle
EstadoReady through speech speak --engine f5 and the F5TTS Swift product
FuenteSWivid F5-TTS
Producto SwiftF5TTS
CLI / runtimespeech speak --engine f5

Uso

El fragmento siguiente refleja la API o el comando actual expuesto por speech-swift.

# 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

Enlaces del modelo

Notas de implementación