A B C D E F G H I M N O P R S T V W Y Z

A

addAudioProcessor(AudioProcessor) - Method in class be.hogent.tarsos.dsp.AudioDispatcher
Adds an AudioProcessor to the chain of processors.
AMDF - Class in be.hogent.tarsos.dsp.pitch
A pitch extractor that extracts the Average Magnitude Difference (AMDF) from an audio buffer.
AMDF(float, int) - Constructor for class be.hogent.tarsos.dsp.pitch.AMDF
 
AMDF(float, int, double, double) - Constructor for class be.hogent.tarsos.dsp.pitch.AMDF
 
audioBufferDTMF(double, double, int) - Static method in class be.hogent.tarsos.dsp.pitch.DTMF
Creates an audio buffer in a float array of the defined size.
AudioDispatcher - Class in be.hogent.tarsos.dsp
This class plays a file and sends float arrays to registered AudioProcessor implementors.
AudioDispatcher(AudioInputStream, int, int) - Constructor for class be.hogent.tarsos.dsp.AudioDispatcher
Create a new dispatcher from a stream.
AudioDispatcher(int) - Constructor for class be.hogent.tarsos.dsp.AudioDispatcher
 
AudioEvent - Class in be.hogent.tarsos.dsp
An audio event flows through the processing pipeline.
AudioEvent(AudioFormat, long) - Constructor for class be.hogent.tarsos.dsp.AudioEvent
 
AudioFloatConverter - Class in be.hogent.tarsos.dsp.util
This class is used to convert between 8,16,24,32,32+ bit signed/unsigned big/litle endian fixed/floating point byte buffers and float buffers.
AudioFloatConverter() - Constructor for class be.hogent.tarsos.dsp.util.AudioFloatConverter
 
AudioPlayer - Class in be.hogent.tarsos.dsp
This AudioProcessor can be used to sync events with sound.
AudioPlayer(AudioFormat) - Constructor for class be.hogent.tarsos.dsp.AudioPlayer
Creates a new audio player.
AudioProcessor - Interface in be.hogent.tarsos.dsp
AudioProcessors are responsible for actual digital signal processing.
AutoCorrelation - Class in be.hogent.tarsos.dsp
 
AutoCorrelation() - Constructor for class be.hogent.tarsos.dsp.AutoCorrelation
 
automaticDefaults(double, double) - Static method in class be.hogent.tarsos.dsp.WaveformSimilarityBasedOverlapAdd.Parameters
 

A B C D E F G H I M N O P R S T V W Y Z