Skip to content

glitchBurst

glitchBurst(buffer, options?): () => void

Defined in: packages/pleco-xa/src/core/loopPlayground.js:303

Run a timed burst of random loop glitch operations.

any

buffer to glitch

AudioContext

audio context used for playback timing

number = 8000

total burst length (ms)

number = ...

maximum loop length (ms; defaults to buffer duration)

number = 100

minimum loop length (ms)

() => void = ...

called after each applied op

() => void