Package be.panako.strategy.panako
Class PanakoMatch
java.lang.Object
be.panako.strategy.panako.PanakoMatch
public class PanakoMatch
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description int
identifier
The match audio identifierlong
matchedNearHash
int
matchF1
Frequency bin in the original, matched audio.int
matchTime
Time in blocks in the original, matched audio.long
originalHash
int
queryF1
Frequency bin the query.int
queryTime
Time in blocks in the query. -
Constructor Summary
Constructors Constructor Description PanakoMatch()
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
matchedNearHash
public long matchedNearHash -
originalHash
public long originalHash -
identifier
public int identifierThe match audio identifier -
matchTime
public int matchTimeTime in blocks in the original, matched audio. -
queryTime
public int queryTimeTime in blocks in the query. -
matchF1
public int matchF1Frequency bin in the original, matched audio. -
queryF1
public int queryF1Frequency bin the query.
-
-
Constructor Details
-
PanakoMatch
public PanakoMatch()
-
-
Method Details
-
Δt
public int Δt() -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-