Higgs TTS 3

Esta página de Soniqo documenta Higgs TTS 3 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

ModeloHiggs TTS 3
RolConversational TTS and zero-shot cloning with inline emotion, style, and SFX tags
BackendMLX bf16 backbone with float32 codec
Salida24 kHz mono waveform, 25 frames per second
Idiomas100+ languages
LicenciaBoson Higgs TTS 3 Research and Non-Commercial License
EstadoReady through speech speak --engine higgs and the HiggsTTS Swift product
FuenteBoson AI higgs-tts-3-4b
Producto SwiftHiggsTTS
CLI / runtimespeech speak --engine higgs

Uso

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

# Expressive cloned speech with an inline emotion tag.
.build/release/speech speak "<|emotion:elation|> We did it — the demo works!" \
  --engine higgs \
  --voice-sample reference.wav \
  --higgs-ref-text "Text spoken in the reference clip." \
  -o higgs.wav

Enlaces del modelo

Notas de implementación