Olaf
Overly Lightweight Acoustic Fingerprinting
Loading...
Searching...
No Matches
Variables
olaf_fp_ref_mem.h File Reference

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
 

Detailed Description

The in-memory 'database' of fingerprints used to match queries against in the 'memory' configuration.

Variable Documentation

◆ olaf_db_mem_audio_duration

const double olaf_db_mem_audio_duration = 98.199623

The duration, in seconds, of the original audio file.

◆ olaf_db_mem_audio_id

const uint32_t olaf_db_mem_audio_id = 666

The single audio identifier: only one item can be stored in the memory store.

◆ olaf_db_mem_audio_path

const char* olaf_db_mem_audio_path = "11266.mp3"

The path of the original audio file.

◆ olaf_db_mem_fp_length

const size_t olaf_db_mem_fp_length = 3263

The length of the fingerprint array

◆ olaf_db_mem_fps

const uint64_t olaf_db_mem_fps[]

The array with fingerprints.