FlashSR

This first-party Soniqo page documents FlashSR 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

ModelFlashSR
RoleAudio super-resolution for low-bandwidth or lossy audio
BackendMLX int4 default; int8 available
Output48 kHz mono waveform, same length as input
LanguagesAudio-content agnostic
LicenseMIT
StatusReady through speech upsample and the FlashSR Swift product
SourceFlashSR / AudioSR distillation
Swift productFlashSR
CLI / runtimespeech upsample

Use

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

# Upsample a low-bandwidth recording to 48 kHz mono.
.build/release/speech upsample noisy_lowres.wav \
  --variant int4 \
  -o clean_hr.wav

Model Links

Implementation Notes