Higgs TTS 3

この Soniqo ページは、ローカルの speech-swift / speech-core 実装にある Higgs TTS 3 を説明します。Hugging Face バンドルへのリンクは統合メモの後にあります。

まずサイト内ページへ

ランディングカードとドキュメントメニューは先にこのページへ向け、ソースモデルとバンドルのリンクは本ページ内に残します。

概要

モデルHiggs TTS 3
役割Conversational TTS and zero-shot cloning with inline emotion, style, and SFX tags
バックエンドMLX bf16 backbone with float32 codec
出力24 kHz mono waveform, 25 frames per second
言語100+ languages
ライセンスBoson Higgs TTS 3 Research and Non-Commercial License
状態Ready through speech speak --engine higgs and the HiggsTTS Swift product
ソースBoson AI higgs-tts-3-4b
Swift プロダクトHiggsTTS
CLI / ランタイムspeech speak --engine higgs

使い方

以下のスニペットは、現在の speech-swift リポジトリが公開している API またはコマンドに合わせています。

# 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

モデルリンク

実装メモ