Skip to content

split

split(y, options?): number[][]

Defined in: packages/pleco-xa/src/effects/index.js:127

Split an audio signal into non-silent intervals. Frame-edge sample indices, capped to y.length.

Float32Array<ArrayBufferLike>

Mono audio signal

any = {}

Same options as trim()

number[][]

Array of [start, end) sample intervals; [] when all-silent