Analyser Op
This op is deprecated!
It will not receive any updatesExtracts FFT or Waveform data from the incoming signal
Summary (oneliner)
Tone.js wrapper around the native Web Audio's AnalyserNode. Extracts FFT or Waveform data from the incoming signal. Can be used to visualise sound.
- Ops.Extension.Deprecated.Tonejs.Analyser
- Extension Op - Visible to all users
- MIT
- Tone.js (Webaudio Library)
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
The audio signal you want to analyse
Does the analysis, mostly you want to connect this to MainLoop
The size of analysis
The analysis function to use, either "fft" or "waveform"
0
represents no time averaging with the last analysis frame. If your want smoother values increase it
The largest decibel value which is analysed by the FFT
The smallest decibel value which is analysed by the FFT
The data type of the elements in the array, either byte
or float
OUTPUT PORTS
The same audio signal as in Audio In
(pass through)
The array containing the audio analysis data