Uses of Class
be.hogent.tarsos.dsp.AudioEvent

Packages that use AudioEvent
be.hogent.tarsos.dsp Contains classes to handle sampled sound. 
be.hogent.tarsos.dsp.pitch Signal processing methods for pitch estimation. 
 

Uses of AudioEvent in be.hogent.tarsos.dsp
 

Methods in be.hogent.tarsos.dsp with parameters of type AudioEvent
 void Oscilloscope.OscilloscopeEventHandler.handleEvent(float[] data, AudioEvent event)
           
 boolean MultichannelToMono.process(AudioEvent audioEvent)
           
 boolean GainProcessor.process(AudioEvent audioEvent)
           
 boolean EnvelopeFollower.process(AudioEvent audioEvent)
           
 boolean ConstantQ.process(AudioEvent audioEvent)
           
 boolean AudioPlayer.process(AudioEvent audioEvent)
           
 boolean AudioProcessor.process(AudioEvent audioEvent)
          Process the audio event.
 boolean WaveformWriter.process(AudioEvent audioEvent)
           
 boolean StopAudioProcessor.process(AudioEvent audioEvent)
           
 boolean AutoCorrelation.process(AudioEvent audioEvent)
           
 boolean Oscilloscope.process(AudioEvent audioEvent)
           
 boolean WaveformSimilarityBasedOverlapAdd.process(AudioEvent audioEvent)
           
 boolean SilenceDetector.process(AudioEvent audioEvent)
           
 

Uses of AudioEvent in be.hogent.tarsos.dsp.pitch
 

Methods in be.hogent.tarsos.dsp.pitch with parameters of type AudioEvent
 void PitchDetectionHandler.handlePitch(PitchDetectionResult pitchDetectionResult, AudioEvent audioEvent)
          Handle a detected pitch.
 boolean PitchProcessor.process(AudioEvent audioEvent)
           
 boolean Goertzel.process(AudioEvent audioEvent)