libkeyfinder
libkeyfinder copied to clipboard
Musical key detection for digital audio, GPL v3
As it's shown in docs/Introduction.txt and examples/basic.cpp, I set FrameRate, Channels, and SampleCount which I get from [taglib](https://github.com/taglib/taglib). And then I need to copy audio into the object as instructed,...
Hello, after I was finally able to build libkeyfinder and `examples/basic.cpp`: ``` $ sudo pacman -S cmake fftw catch2 ``` -> Extract and `cd` into folder, then: ``` $ cmake...
Hi there, I am able to successfully run this on Windows (x64). However, when I try to run this on Linux (Ubuntu 20.04, x64), it keeps throwing the following exception:...
**I meet a issue, when i test a wav file to get it's key by keyOfAudio function, I found a crash issue at below code stack: finaChromagram()-->preprocess()-->lpf->filter() -->audio.advanceWriteIterator(shortcutFactor)** **After debug,...
[ 94%] Building CXX object tests/CMakeFiles/keyfinder-tests.dir/windowfunctiontest.cpp.o [ 97%] Building CXX object tests/CMakeFiles/keyfinder-tests.dir/workspacetest.cpp.o [100%] Linking CXX executable keyfinder-tests /usr/bin/ld: ../libkeyfinder.so.2.2.7: undefined reference to `fftw_execute' /usr/bin/ld: ../libkeyfinder.so.2.2.7: undefined reference to `fftw_plan_dft_r2c_1d' /usr/bin/ld:...
cmake -DCMAKE_INSTALL_PREFIX=/usr/local -S . -B build -- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0 -- Check for working C compiler: /usr/bin/cc --...
The current [documentation](https://mixxxdj.github.io/libKeyFinder/) only has minimal examples and autogenerated Doxygen pages which don't add any more information than reading the function signatures.
Hello, I am a user from China. I'm still using 1.25 (Windows) and years ago I saw that Windows was no longer updated and supported. Today I suddenly remembered to...