Higgs TTS 3

Esta página da Soniqo documenta Higgs TTS 3 conforme a implementação local em speech-swift / speech-core. Os links do Hugging Face ficam abaixo das notas de integração.

Página interna primeiro

Cards e menus apontam primeiro para cá; os links do modelo fonte e dos bundles continuam disponíveis nesta página.

Visão geral

ModeloHiggs TTS 3
PapelConversational TTS and zero-shot cloning with inline emotion, style, and SFX tags
BackendMLX bf16 backbone with float32 codec
Saída24 kHz mono waveform, 25 frames per second
Idiomas100+ languages
LicençaBoson Higgs TTS 3 Research and Non-Commercial License
StatusReady through speech speak --engine higgs and the HiggsTTS Swift product
FonteBoson AI higgs-tts-3-4b
Produto SwiftHiggsTTS
CLI / runtimespeech speak --engine higgs

Uso

O trecho abaixo reflete a API ou comando atual exposto 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

Links do modelo

Notas de implementação