Skip to content

frame

frame(x, options): any[]

Defined in: packages/pleco-xa/src/scripts/xa-util.js:64

Slice a data array into (overlapping) frames

any[] | Float32Array<ArrayBufferLike>

Array to frame

Framing parameters

number = -1

Axis along which to frame

number

Length of each frame

number

Number of steps to advance between frames

any[]

Array of frames