Git Product home page Git Product logo

veles.sound_feature_extraction's Introduction

veles.sound_feature_extraction

C++ library to extract various features from audio signal. Additionally, provides some DSP functions.

Designed without any OS portability in mind, tested only on Linux. Can work on BSD/Darwin after some potentially minor adaptation. Supports Android build.

Written with heavy usage of C++11 and can be built with either GCC or Clang. Incorporates simd and FFTF libraries. IIR filtering is implemented on top of DSPFilters.

Employs a modular architechture, where any feature extraction pipeline is constructed from dedicated, specialized units called "transforms". The unique feature of this library is that several different features can be extracted at the same time, resulting in a tree of transforms, which reuse the buffer space and are properly scheduled thanks to an advanced allocation and schedule subsystem.

There are Python bindings.

Implemented features

The list of available transforms is at TRANSFORMS.md. Using them, it is possible to construct many algorithms, such as speech pitch detection similar to YAAPT, speech features extraction, from MFCC and PLP to complex wavelet packets, prosodic features calculation, FIR and IIR filtering, song tempo detection, etc.

Some of the examples are in tests.

Building

./autogen.sh
mkdir build && cd build
../configure
make -j$(getconf _NPROCESSORS_ONLN)
make test
make install DESTDIR=...

Copyright

Copyright © 2013 Samsung R&D Institute Russia

License

Apache 2.0.

veles.sound_feature_extraction's People

Contributors

vmarkovtsev avatar ernestosanches avatar lyubava avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.