
Reconstructs the high band of a band-limited AudioFrame in a single flow-matching step with the FLowHigh model and a BigVGAN vocoder, emitting a 48 kHz mono AudioFrame. Output rate and layout are fixed.
Lift a narrowband recording to 48 kHz before transcription.
Denoise then super-resolve a clip and write the enhanced audio to disk.
device.timestep is the number of flow-matching solver steps; the model is built for single-step inference, so the default of one is usually best and raising it costs latency for little gain.model slot must carry a FLowHigh flow-matching checkpoint plus a BigVGAN vocoder (its JSON config and matching weights) in one bundle; the worker loads both from the bound files at startup and never pulls from the network at run time.
Automated release