Olaf icon indicating copy to clipboard operation
Olaf copied to clipboard

Olaf: Overly Lightweight Acoustic Fingerprinting is a portable acoustic fingerprinting system.

Results 16 Olaf issues
Sort by recently updated
recently updated
newest added

Hi there! I am working on a proof of concept, and I have managed to correctly install Olaf and fingerprint a track. However, when I run the web build I...

For testing I have "stored" an mp3 (compilation.mp3) made from several tracks against which I have run 3 queries. Query 1 = .mp3 of one of the tracks (made from...

https://github.com/JorenSix/Olaf/blob/0b08dd9e8bc3e45d9e6196a8d46bb3734777b7a5/olaf.rb#L91 I get an error when I try to use the `monitor` command (maybe it should be an `audio_filename` instead of `filename`) ``` /tmp/Olaf # olaf monitor input.mp3 /usr/local/bin/olaf:91:in `block...

As I was trying to work on parameters I realized the current Makefile doesn't track dependencies, so it rebuilds everything all the time. I took a stab at fixing that....

`-g3` to make more debug info avaiable for `gdb`

`src/olaf_ep_extractor.c:152` `void rotate(Olaf_EP_Extractor * ep_extractor){` `ep_extractor->maxes[i-1]=ep_extractor->maxes[i];` `ep_extractor->mags[i-1]=ep_extractor->mags[i];` Is there a `pointer` to array row assignment or you meaned `array row values` assigment?

`OS: Debian 10 x64` `gcc version 8.3.0 (Debian 8.3.0-6)` For some reason `olaf_c` goes to `segmentation fault` on some files. It is simply reprodusable on `store` and on `query` mode....

Hi, I am developing an application which communicates with external device and it should be able to perform diagnostics on this device according to sound made by it. I found...

Was just trying to compile this and ran into an error when I run `make web` ```bash $ make web emcc -o wasm/js/olaf.html -s WASM=1 -s ALLOW_MEMORY_GROWTH=1 -s EXPORTED_FUNCTIONS="['_malloc','_free']" -s...

`malloc` in https://github.com/JorenSix/Olaf/blob/master/src/olaf_config.c#L30 is off-by-one (for NUL byte).