
Lifts a band-limited AudioFrame to 48 kHz mono with the vocoder-free UniverSR model, which super-resolves directly in the complex STFT domain via flow matching and reconstructs through an inverse STFT; output rate and layout are fixed.
Lift a narrowband recording to 48 kHz before transcription: the file source paces frames, this component super-resolves without a vocoder, and the recognizer reads the result out as JSON.
Denoise first, then super-resolve: a speech denoiser strips background noise so the model receives a clean band-limited signal before reconstructing the high band and transcribing.
AudioFrame is always 48 kHz mono regardless of input rate or channel layout; the input is downmixed and resampled to the nearest supported bandwidth, so downstream rate expectations must match.Automated release