Olaf
Overly Lightweight Acoustic Fingerprinting
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
  src
 hash-table.hHash table
 olaf.cOLAF
 olaf_config.hOlaf configuration pramameters
 olaf_db.hOlaf fingerprint database
 olaf_deque.hA double ended queue interface
 olaf_ep_extractor.hOlaf event point extractor
 olaf_fp_db_writer.hCaches and finally writes fingerprints to the database
 olaf_fp_db_writer_cache.hReads fingerprints from a csv file and stores them in a database
 olaf_fp_extractor.hOlaf fingerprint extractor: combines event points into fingerprints
 olaf_fp_file_writer.hOlaf fingerprint extractor: combines event points into fingerprints
 olaf_fp_matcher.hProvides an algorithm to match extracted fingerprints with the indexed fingerprints in the database
 olaf_fp_ref_mem.hThe in-memory 'database' of fingerprints used to match queries against in the 'memory' configuration
 olaf_max_filter.hMax filter interface to experiment with differen max filter implementations
 olaf_reader.hReads audio samples from a file in blocks of samples with a certain overlap
 olaf_runner.hHelps to run query, store, delete or print commands. These share a lot of functionality but differ in crucial parts. To keep this organized the runner keeps some shared state
 olaf_stream_processor.hMakes it more easy to process an audio stream
 olaf_window.hPrecomputed windows to apply to audio blocks
 pffft.hPFFFT : a Pretty Fast FFT
 queue.hDouble-ended queue