Class OlafEventPointProcessor

java.lang.Object
be.panako.strategy.olaf.OlafEventPointProcessor
All Implemented Interfaces:
be.tarsos.dsp.AudioProcessor

public class OlafEventPointProcessor
extends java.lang.Object
implements be.tarsos.dsp.AudioProcessor
  • Constructor Details

    • OlafEventPointProcessor

      public OlafEventPointProcessor​(int fftSize)
  • Method Details

    • process

      public boolean process​(be.tarsos.dsp.AudioEvent audioEvent)
      Specified by:
      process in interface be.tarsos.dsp.AudioProcessor
    • getMagnitudes

      public float[] getMagnitudes()
    • processingFinished

      public void processingFinished()
      Specified by:
      processingFinished in interface be.tarsos.dsp.AudioProcessor
    • getFingerprints

      public java.util.List<OlafFingerprint> getFingerprints()
    • getEventPoints

      public java.util.List<OlafEventPoint> getEventPoints()
    • reset

      public void reset()