Constructor.
Input HTML element with source audio (HTML audio tag) or the instance of MediaElementAudioSourceNode.
The HTML element to render the widget. Will be auto created if it is undefined or null.
Analyzer options.
The list of audio sources.
Changes the current media source.
Input HTML element with source audio (HTML audio tag) or the instance of MediaElementAudioSourceNode.
Clears the canvas.
Returns the audio source structure for this instance.
The audio source structure.
Returns the ViewElement for this instance.
Pauses rendering.
Draws analyzer graphic.
Method to override.
Updates the canvas size depended on the viewElement size.
Starts rendering.
Stops rendering.
Converts short format color '#abc' to long format color: '#aabbcc'.
Generated using TypeDoc
Abstract analyzer widget.
This class is the basic class to inherit and implement other widgets.