|
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 = 2842 |
| const uint32_t | olaf_db_mem_audio_id = 666 |
| const char * | olaf_db_mem_audio_path = "let_it_go.raw" |
| const double | olaf_db_mem_audio_duration = 226.033005 |
The in-memory 'database' of fingerprints used to match queries against in the 'memory' configuration.
| const double olaf_db_mem_audio_duration = 226.033005 |
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 = "let_it_go.raw" |
The path of the original audio file.
| const size_t olaf_db_mem_fp_length = 2842 |
The length of the fingerprint array
| const uint64_t olaf_db_mem_fps[] |
The array with fingerprints.