skip to content

Analyser

Put it anywhere in a Chain element and extract frequency or time domain data for visualization.

class
Analyser
extends
Box
tag
<analyser-blam>
see

Props

name type default description
bands number 16

The number of data points (the frequencyBinCount)

smoothing number 0

An alias for the smoothingTimeConstant. Makes transitions between data points smoother.

bypass boolean false

For Analyser, bypassing will mean data will be zeroed.

mix number 0

How much wet, versus dry, signal should come through. In most cases, this is a proportion of 1. If mix is set to 0.75, 75% of the signal will be wet and 25% dry.

Methods

name args description
getFrequencyData

Get a snapshot of the frequency data

getTimeData

Get a snapshot of the time domain data

Examples

Examples that use the Analyser element: