Menu

Tree [2dad51] master /
 History

HTTPS access


File Date Author Commit
 cmake-modules 2014-03-27 Paul Brossier Paul Brossier [343d1d] CMakeLists.txt: use local Eigen3 if available
 doc 2015-01-16 Thomas Fillon Thomas Fillon [2a65d7] Doc: Update version
 examples unknown
 externals 2014-03-18 Paul Brossier Paul Brossier [e53287] externals/audio-smarc/Makefile: add CFLAGS and ...
 matlab 2011-11-07 Benoit Mathieu Benoit Mathieu [8654f6] initial import, published version 0.63
 resources 2011-11-07 Benoit Mathieu Benoit Mathieu [8654f6] initial import, published version 0.63
 src_cpp 2015-03-02 Romain Hennequin Romain Hennequin [9181d4] Set max frequency of Mel filterbank to Nyquist ...
 src_python 2015-01-25 Ari Croock Ari Croock [59f21a] add meaningful error message when -f missing fr...
 .gitignore 2014-03-27 Paul Brossier Paul Brossier [877e28] .gitignore: re-add doc/build
 .gitmodules unknown
 .travis.yml unknown
 CITATION.rst 2014-04-01 Thomas Fillon Thomas Fillon [3eec4d] Update markup in CITATION.rst
 CMakeLists.txt 2015-01-13 Thomas Fillon Thomas Fillon [0e94e1] Change version to 0.65
 COPYING 2011-11-07 Benoit Mathieu Benoit Mathieu [8654f6] initial import, published version 0.63
 COPYING.LESSER 2011-11-07 Benoit Mathieu Benoit Mathieu [8654f6] initial import, published version 0.63
 DISCLAIMER 2011-11-07 Benoit Mathieu Benoit Mathieu [8654f6] initial import, published version 0.63
 INSTALL_WINDOWS 2014-03-19 Georg Holzmann Georg Holzmann [f19363] windows compilation instructions
 README.rst 2015-06-09 Swaroop Guntupalli Swaroop Guntupalli [07285f] DOC: Fixed the link to mpg123 API.
 install.sh 2011-11-07 Benoit Mathieu Benoit Mathieu [8654f6] initial import, published version 0.63
 old_README.md unknown
 requirements.txt unknown
 yaafe-config.cmake 2011-11-07 Benoit Mathieu Benoit Mathieu [8654f6] initial import, published version 0.63

Read Me

Yaafe(Yet Another Audio Feature Extractor)

Build status

  • Branch master : travis_master
  • Branch dev : travis_dev

Install

Yaafe source code should compile on linux and MacOsX platform, and uses CMake as compilation tool. Yaafe requires thirdparty libraries to enable specific features. Some of these library may already be available on your system.

The argtable library is required.

Depending on optional features you want to use, other librairies may be used:

  • libsndfile: enable reading WAV files format (highly recommanded)
  • libmpg123: enable reading MP3 audio files
  • HDF5 >= 1.8: enable H5 output format
  • liblapack: enable some audio features (LSF)
  • FFTW3: use FFTW instead of Eigen for FFT computations (pay attention to licensing issues when linking with the GPL FFTW3 library).

To use the yaafe script you need Python >= 2.5, and the numpy package.

Once previous libraries are installed (some may have been locally installed in <lib-path>), you can compile with the following steps:

git submodule init  # to prepare Eigen code under the externals directory
git submodule update
mkdir build
cd build
ccmake -DCMAKE_PREFIX_PATH=<lib-path> -DCMAKE_INSTALL_PREFIX=<install-path> ..
make
make install
Several options can control Yaafe compilation. More details can be found at:
http://yaafe.sourceforge.net/manual/install.html

Environment

To easily use Yaafe, you should set the following environment vars:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$DEST_DIR/lib

On MacOSX replace LD_LIBRARY_PATH by DYLD_FALLBACK_LIBRARY_PATH

If you use Matlab, you can set your MATLABPATH var:

export MATLABPATH=$MATLABPATH:$DEST_DIR/matlab

Documentation

Documentation is also available online: http://yaafe.sourceforge.net/

To build documentation, you need Sphinx. Before building documentation, you should set your environment correctly so that sphinx builds documentation with automatic features documentation.

To build documentation, just run make doc in the ``build` directory. Documentation is built in doc/html directory.

License

YAAFE is released under the version 3 of the GNU Lesser General Public License. Read COPYING and COPYING.LESSER for more details. The user should also read DISCLAIMER before linking with optional libraries which have different license policy.

Support

To get help with YAAFE, use the mailing-list yaafe-users@lists.sourceforge.net (registration at https://lists.sourceforge.net/lists/listinfo/yaafe-users ).

Credits

Yaafe was first developed at Telecom Paristech / AAO Team. It uses several great open-source projects like Eigen, Smarc, libsndfile, mpg123, HDF5.

If you want to cite Yaafe in a publication, please see CITATION.