analyze_find_clipping
Detect audio clipping in selected regions and label clipped areas to identify distortion for correction.
Instructions
Find clipping in the selected audio and create labels at clipped regions.
Args: duty_cycle_start: Min number of consecutive clipped samples to detect (1-1000, default 3) duty_cycle_end: Min number of consecutive non-clipped samples to end a region (1-1000, default 3)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| duty_cycle_start | No | ||
| duty_cycle_end | No |