Analyzer (Javadocs: Processing Sound)
Package processing.sound
Class Analyzer
processing.sound.Analyzer
- Direct Known Subclasses:
Amplitude,BeatDetector,FFT,PitchDetector,Waveform
public abstract class Analyzer extends Object
Common superclass of all audio analysis classes
-
Method Summary
Modifier and Type
Method
Description
voidinput(SoundObject input) Define the audio input for the analyzer.
-
Method Details
-
input
public void input
(SoundObject input) Define the audio input for the analyzer.
- Parameters:
input- The input sound source
-