Fish Audio S2 Pro

This first-party Soniqo page documents Fish Audio S2 Pro from the local speech-swift / speech-core implementation. Hugging Face bundles are linked below after the integration notes.

Internal Page First

Landing cards and docs menus now point here first; source model and bundle links remain available from this page.

At a Glance

ModelFish Audio S2 Pro
RoleExperimental multilingual TTS with raw-reference cloning and style markers
BackendMLX fp16
Output44.1 kHz mono PCM
LanguagesMultilingual
LicenseResearch / non-commercial bundle; obtain Fish Audio license for commercial exposure
StatusProgrammatic runtime; CLI integration is still pending
SourceFish Audio S2 Pro
Swift productFishAudioTTS
CLI / runtimeProgrammatic runtime today; planned speech speak --engine fish-audio

Use

The snippet below mirrors the current speech-swift API or command exposed by the repo.

import FishAudioTTS

let model = try await FishAudioTTSModel.fromPretrained()
let pcm = try await model.generate(
    text: "आज मैं बहुत खुश हूँ। [excited]",
    referenceAudioURL: URL(fileURLWithPath: "reference.wav"),
    referenceText: "नमस्ते, यह संदर्भ आवाज है।"
)

Model Links

Implementation Notes