LibXtract
LibXtract copied to clipboard
LibXtract is a simple, portable, lightweight library of audio feature extraction functions.
Hello, I can't build on ubuntu 12.04. I type commands: ``` bash $ ./configure --enable-swig --with-python --enable-fft --prefix=$HOME/.local $ make ``` and get finally the error: ``` /usr/bin/ld: cannot find...
Hi, I'm trying to find a consistent way to normalise the scalar values, I thought to use the descriptor to get min and max values, but I noticed that not...
I have the following error when running the python test.py file: > Running libxtract Python bindings test... > > Traceback (most recent call last): > File "test.py", line 12, in...
@jamiebullock I am playing your awesome tool in Java but the result makes me confusing when extracting the result from the vector extractions, e.g. xtract_spectrum. ``` int len = 1000;...