LibXtract icon indicating copy to clipboard operation
LibXtract copied to clipboard

LibXtract is a simple, portable, lightweight library of audio feature extraction functions.

Results 51 LibXtract issues
Sort by recently updated
recently updated
newest added

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...

Hi Jamie, Any chance you would implement node.js bindings :) ?

enhancement

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;...