Analyser
Put it anywhere in a <chain-blam> element and extract frequency or time domain data for visualization.
- class
- Analyser
- extends
- Box
- tag
<analyser-blam>
Props
| name | type | default | description |
|---|---|---|---|
| bands | number | 16 | The number of data points (the |
| gain | number | 1 | Use this to adjust the strength of the signal. It does not affect the audio output; only the signal data. The mix coming out of an |
| smoothing | number | 0 | An alias for the |
| bypass | boolean | false | For |
| mix | number | 0 | How much wet, versus dry, signal should come through. In most cases, this is a proportion of |
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: