Class: AudioVisualizer

AudioVisualizer(propertiesopt)

This abstract class is in charge of visualizing Audio using a decoded AudioBuffer

Constructor

new AudioVisualizer(propertiesopt)

Create a visualizer.
Parameters:
Name Type Attributes Default Description
properties Object <optional>
{} the properties of the visualizer
Properties
Name Type Attributes Default Description
css string <optional>
'' The css classes to set, can be multiple if separate by spaces
fftSize Number The fftSize property of the AnalyserNode interface is an unsigned long value and represents the window size in samples that is used when performing a Fast Fourier Transform (FFT) to get frequency/time domain data.
Source: