Uses of Interface
be.tarsos.dsp.AudioProcessor

Packages that use AudioProcessor 
Package Description
be.tarsos.dsp
Contains classes to handle sampled sound.
be.tarsos.dsp.effects
Contains audio effects.
be.tarsos.dsp.filters
This package contains a couple of filters (low and highpass).
be.tarsos.dsp.granulator  
be.tarsos.dsp.io.jvm
Concrete implementations of the abstract audio IO for the JVM.
be.tarsos.dsp.mfcc
Contains an MFCC implementation.
be.tarsos.dsp.onsets
Contains various onset detection methods.
be.tarsos.dsp.pitch
Signal processing methods for pitch estimation.
be.tarsos.dsp.resample
A package with everything needed to resample audio.
be.tarsos.dsp.synthesis
Some audio generates, sine waves, noise,....
be.tarsos.dsp.wavelet
HaarWavelet wavelet calculation and transform.
be.tarsos.dsp.wavelet.lift
Wavelet transforms using the lifting scheme algorithm.
be.tarsos.dsp.writer