Basic audio analyser. Returns FFT analysis. Use analyserPeakLevel if you want the sound level, or analyserBasic if you also want the waveform.
Basic audio analyser which reports the peak sound level.
Create a BasicAudioElement instance from an
Initialise audio with an oscillator source
Helper for doing audio analysis. It takes case of connecting the audio stream, running in a loop and pause capability.
Scans page for
Options for audio processing
Basic audio analyser. Returns back waveform and FFT analysis. Use analyserPeakLevel if you want sound level, or analyserFrequency if you just want FFT results.