Package be.panako.strategy.panako
Class PanakoEventPointProcessor
java.lang.Object
be.panako.strategy.panako.PanakoEventPointProcessor
- All Implemented Interfaces:
be.tarsos.dsp.AudioProcessor
public class PanakoEventPointProcessor
extends java.lang.Object
implements be.tarsos.dsp.AudioProcessor
-
Constructor Summary
Constructors Constructor Description PanakoEventPointProcessor(int fftSize) -
Method Summary
Modifier and Type Method Description java.util.List<PanakoEventPoint>getEventPoints()java.util.List<PanakoFingerprint>getFingerprints()float[]getMagnitudes()intlatency()booleanprocess(be.tarsos.dsp.AudioEvent audioEvent)voidprocessingFinished()voidreset()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PanakoEventPointProcessor
public PanakoEventPointProcessor(int fftSize)
-
-
Method Details
-
process
public boolean process(be.tarsos.dsp.AudioEvent audioEvent)- Specified by:
processin interfacebe.tarsos.dsp.AudioProcessor
-
getMagnitudes
public float[] getMagnitudes() -
processingFinished
public void processingFinished()- Specified by:
processingFinishedin interfacebe.tarsos.dsp.AudioProcessor
-
getFingerprints
-
getEventPoints
-
reset
public void reset() -
latency
public int latency()
-