Olaf
Overly Lightweight Acoustic Fingerprinting
|
The in-memory 'database' of fingerprints used to match queries against in the 'memory' configuration. More...
#include <stdint.h>
Go to the source code of this file.
Variables | |
const uint64_t | olaf_db_mem_fps [] |
const size_t | olaf_db_mem_fp_length = 3263 |
const uint32_t | olaf_db_mem_audio_id = 666 |
const char * | olaf_db_mem_audio_path = "11266.mp3" |
const double | olaf_db_mem_audio_duration = 98.199623 |
The in-memory 'database' of fingerprints used to match queries against in the 'memory' configuration.
const double olaf_db_mem_audio_duration = 98.199623 |
The duration, in seconds, of the original audio file.
const uint32_t olaf_db_mem_audio_id = 666 |
The single audio identifier: only one item can be stored in the memory store.
const char* olaf_db_mem_audio_path = "11266.mp3" |
The path of the original audio file.
const size_t olaf_db_mem_fp_length = 3263 |
The length of the fingerprint array
const uint64_t olaf_db_mem_fps[] |
The array with fingerprints.