F5-TTS

यह Soniqo पेज स्थानीय speech-swift / speech-core implementation में F5-TTS को दस्तावेज़ करता है। Hugging Face bundle links integration notes के बाद दिए गए हैं।

पहले आंतरिक पेज

Landing cards और docs menus पहले इसी पेज पर आते हैं; source model और bundle links यहीं उपलब्ध रहते हैं।

सारांश

मॉडलF5-TTS
भूमिकाZero-shot voice cloning from a short reference plus transcript
BackendMLX fp16
Output24 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
SourceSWivid F5-TTS
Swift productF5TTS
CLI / runtimespeech speak --engine f5

उपयोग

नीचे का snippet मौजूदा speech-swift API या command से मेल खाता है।

# 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

मॉडल लिंक

implementation notes