Skip to content

ResolvedNarrationAudioCleanup

ResolvedNarrationAudioCleanup = object

Defined in: narrationAudioCleanup.ts:35

Fully resolved cleanup settings, as written to data.json and consumed by the renderer. A sub-feature is either false (disabled) or an object with every tuning value present and clamped.

denoise: { strength: number; } | false

Defined in: narrationAudioCleanup.ts:36


normalize: { level: number; } | false

Defined in: narrationAudioCleanup.ts:37