Create a new AudioAnalyser.
An AnalyserNode used to analyze audio.
A Uint8Array with size determined by analyser.frequencyBinCount used to hold analysis data.
A non-zero power of two up to 2048, representing the size of the FFT (Fast Fourier Transform) to be used to determine the frequency domain. See this page for details.
Get the average of the frequencies returned by the getFrequencyData method.
Uses the Web Audio's getByteFrequencyData method. See that page.
Generated using TypeDoc
Create a AudioAnalyser object, which uses an AnalyserNode to analyse audio data.
This uses the Web Audio API See the ngx3js docs page for details.
Examples
webaudio / sandbox | webaudio / visualizer
Code Example
Ngx3Js Code Example