LibXtract
LibXtract copied to clipboard
LibXtract is a simple, portable, lightweight library of audio feature extraction functions.
Hi all, I need a dll version of the library yet have the following error message when I'm trying to build it on Windows 10: C:\Users\XXX\Documents\Work\ExternalLibraries\Source\LibXtract>make install make[1]: Entering directory...
Hi I just successfully executed the command `make swig` and I wanted to give my feedback on how I did it. 1. First things first, you should be able to...
Hi there, is there a "straightforward" way to calculate and plot mel-spectrograms? @jamiebullock
https://github.com/jamiebullock/LibXtract/blob/41273dd7a56ebe7f1a232cfa0b870ebb67eefd7d/src/vector.c#L323-L373 I was trying to implement a higher level API in Julia and I've found these two lines that seem wrong to me. Shouldn't it compute the euclidean distance between...
I got this error: ``` $ make install make[1]: Entrando no diretório '/home/mojo/Downloads/LibXtract-master/src' c-ringbuf/ringbuf.c: In function ‘ringbuf_read’: c-ringbuf/ringbuf.c:242:17: warning: implicit declaration of function ‘read’ [-Wimplicit-function-declaration] 242 | ssize_t n =...
Hi, I can't see Pd externals anymore, and can't find them anywhere for download :/
It seems like all downloads/releases are gone. The readme points to https://github.com/jamiebullock/LibXtract/downloads but that says there aren't any downloads. Since there are also no tags set there are no releases...
Hey. Hope you can help me out. Would love to use this package as it seems to be what I need. After going into the libxtract-master local directory, i type...
Hi, it would be great to have a pip or anaconda package available for including libxtract in python.
Hi, I am trying to get this working with python but when I type "make swig" I get the error make[1]: Entering directory '/home/wolfie/code/LibXtract/src' make[1]: 'libxtract.a' is up to date....