- Tone.Analyser
- analyses the incoming audio to produce a TypedArray of either the
- FFT data
- or the waveform. The default returnType is "byte" which returns values
- in the range 0-255.
-
+
+
+
-
+
+ Tone.FFT
+ returns the amplitude of the incoming signal at different frequencies.
+ Tone.Waveform
+ returns the signal value between 0-1.
+
-