christoph-buente/ruby-xtract
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
ruby-xtract by Christoph Bünte http://www.christophbuente.de ================================================================= Libxtract (http://libxtract.sourceforge.net/) is a simple, portable, lightweight library of audio feature extraction functions. Now this functionality is brought to ruby. What is it? =========== ruby-xtract is a FFI wrapper for libxtract What do I need? =============== You need ffi and libxtract. % sudo gem install ffi On a linux box install packages with your favourite package manager like yum or apt % sudo apt-get install libxtract-dev On a mac install packages via macports % sudo port install libxtract (i just submitted it to macports so stay tuned)