You're looking at a specific version of this model. Jump to the model overview.

playmore /speech-enhancer:016cd61e

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
audio
string
Noisy audio file (wav/mp3/m4a/etc.) to denoise.
model
string
mossformer2_se_48k
Choose `mossformer2_se_48k` (PyTorch, 48k), `cmgan` (PyTorch,16k), or `resemble_denoiser` (legacy ONNX).
force_sliding_window
boolean
False
Force sliding-window decoding (mossformer only; otherwise only long clips are chunked).
batch_process_chunks
boolean
False
ONNX only: process 30-second chunks in batches for throughput.

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}