mcut
@mcut/editor

SilenceCutOptions

Generated TypeScript API reference for the public mcut SDK.

mcut SDK


mcut SDK / editor/src / SilenceCutOptions

Interface: SilenceCutOptions

Defined in: packages/editor/src/silence-cuts.ts:18

Properties

minGapMs?

optional minGapMs?: number;

Defined in: packages/editor/src/silence-cuts.ts:20

Word gaps shorter than this are speech rhythm, not silence. Default 600.


minKeepMs?

optional minKeepMs?: number;

Defined in: packages/editor/src/silence-cuts.ts:24

Speech chunks shorter than this merge into the surrounding cut. Default 250.


paddingMs?

optional paddingMs?: number;

Defined in: packages/editor/src/silence-cuts.ts:22

Breathing room kept on each side of a cut. Default 120.


trimEnds?

optional trimEnds?: boolean;

Defined in: packages/editor/src/silence-cuts.ts:26

Also cut silence before the first and after the last word. Default true.

On this page