Analyser
Put it anywhere in a Chain 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 |
| smoothing | number | 0 | An alias for the |
| 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 |
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: