Package processing.sound
Class Analyzer
java.lang.Object
processing.sound.Analyzer
- Direct Known Subclasses:
Amplitude,BeatDetector,FFT,PitchDetector,Waveform
Common superclass of all audio analysis classes
-
Method Summary
Modifier and TypeMethodDescriptionvoidinput(SoundObject input) Define the audio input for the analyzer.
-
Method Details
-
input
Define the audio input for the analyzer.- Parameters:
input- The input sound source
-