CleanvoiceDocs
Edits

Edit Settings

Recommended presets for common use cases.

Not sure which options to enable? Start with one of these presets.

For the full list of every option with types and defaults, see the Configuration Reference.


Noise reduction

client.process(url, remove_noise=True, normalize=True)

Studio polish

client.process(url, remove_noise=True, studio_sound=True, normalize=True)

Full podcast edit

client.process(
    url,
    fillers=True, long_silences=True, mouth_sounds=True,
    breath=True, stutters=True, remove_noise=True, normalize=True,
)

Transcript only

client.process(url, transcription=True)

Full analysis

client.process(url, transcription=True, summarize=True, social_content=True)

All options are available identically in the JavaScript SDK and via the REST API.