AudioAnalyser
THREE.AudioAnalyser
class AudioAnalyser(audio: Audio, fftSize: UndefOr[Int]) extends Object
Create a frequency analyser for audio sources. This uses the Web Audio API's AnalyserNode to provide frequency and time domain data for visualization.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Anyclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Get the average frequency for this analyser.
Get the average frequency for this analyser.
Attributes
Get the data array for this analyser.
Get the data array for this analyser.
Attributes
Get the frequency data for this analyser.
Get the frequency data for this analyser.
Attributes
Inherited methods
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Concrete fields
The analyser node for this analyser.
The analyser node for this analyser.
Attributes
The FFT size for this analyser.
The FFT size for this analyser.
Attributes
The data array for frequency data.
The data array for frequency data.
Attributes
In this article