|
Olaf
Overly Lightweight Acoustic Fingerprinting
|
An event point is a combination of a frequency bin, time bin and magnitude. More...
#include <olaf_ep_extractor.h>
Data Fields | |
| int | frequencyBin |
| int | timeIndex |
| float | magnitude |
| int | usages |
An event point is a combination of a frequency bin, time bin and magnitude.
| int eventpoint::frequencyBin |
The frequency bin index of the event point.
| float eventpoint::magnitude |
The magnitude at the event point.
| int eventpoint::timeIndex |
The time index (audio block index) of the event point.
| int eventpoint::usages |
The number of times this event point has been used.