Olaf
Overly Lightweight Acoustic Fingerprinting
|
A matcher matches extracted fingerprints with a database. A struct to keep the internal state of the matcher hidden and should not be used in other places. More...
#include <olaf_fp_matcher.h>
Data Fields | |
struct match_result * | m_results |
size_t | m_results_size |
size_t | m_results_index |
HashTable * | result_hash_table |
Olaf_DB * | db |
Olaf_Config * | config |
uint64_t * | db_results |
int | last_print_at |
A matcher matches extracted fingerprints with a database. A struct to keep the internal state of the matcher hidden and should not be used in other places.