All Projects
Name | Tags | Managed by | Created on | Updated on |
---|---|---|---|---|
A C++ library for audio analysis, developed in the Centre for Digital Music, originally by Christian Landone. | c++, stable, gpl, dsp, feature extraction, mir | 2010-12-01 | 2011-01-25 | |
A set of Vamp audio analysis plugins developed at the Centre for Digital Music. | c++, stable, beat track, vamp, windows, osx, linux, gpl, visualization, feature extraction, mir, tempo, chroma | 2010-12-01 | 2015-09-09 | |
A batch tool for feature extraction and annotation of audio files using Vamp plugins. | c++, vamp, isophonics, omras2, windows, osx, linux, feature extraction, mir, host, batch | 2010-07-23 | 2015-04-14 | |
Umbrella project for the API and tools for developers writing Vamp audio analysis plugins. | c++, stable, vamp, plugin, windows, osx, linux, feature extraction, host, library, sdk | 2011-01-06 | 2013-04-30 | |
A JNI interface permitting Java applications to load and run native Vamp plugins. | java, vamp, plugin, host | 2012-01-13 | 2015-09-09 | |
Occasional binary builds of Vamp plugins, perhaps prompted by someone asking for help with a third-party plugin. | 2019-02-13 | 2019-02-13 | ||
Meta-project for running automated build-and-test cycles of known Vamp plugins. | vamp, test, build | 2014-07-14 | 2016-05-18 | |
Miscellaneous documentation files for Vamp and the Vamp plugin SDK. | vamp, plugin, host, documentation, docs | 2011-10-04 | 2011-10-04 | |
This project has moved to Piper | vamp, plugin, json | 2016-03-08 | 2017-03-24 | |
RDF documents describing known Vamp plugins (from anywhere). If you've written a plugin and want to publish it, get in touch and find out how to add a description to this set. | 2014-03-25 | 2014-06-26 | ||
A program that listens to live audio, runs one or more Vamp audio feature extraction plugins on that incoming audio, and causes a configurable set of events to occur in close to real-time based on the features extracted from it ... | alpha, vamp, live | 2013-12-03 | 2013-12-03 | |
Small program to check whether a named set of plugin libraries (typically Vamp plugins, but also LADSPA or DSSI) can be loaded. | 2016-04-06 | 2017-01-09 | ||
The standard Software Development Kit (SDK) for developing Vamp plugins and hosts in C or C++. | c++, stable, vamp, plugin, bsd, host, sdk, c | 2011-01-06 | 2013-05-08 | |
A program for use by Vamp plugin developers, to carry out various tests on plugins to help prepare them for release. | c++, vamp, plugin, bsd, testing, test | 2011-01-06 | 2011-01-06 | |
A test plugin for use by developers working on Vamp plugin hosts. | c++, vamp, plugin, sdk, test | 2013-03-21 | 2013-04-30 | |
This project has moved to Piper Vamp C++ | vamp, plugin, json, capnproto | 2015-02-17 | 2017-03-24 | |
A wrapper that enables the development of Vamp plugins in Python, which can be used in standard (C or C++) Vamp hosts. Does not yet permit development of Vamp hosts in Python. | vamp, python | Chris Cannam, Gyorgy Fazekas, Luis Figueira | 2011-01-06 | 2012-03-16 |
A Python module and native-code extension permitting Python programs to load and run Vamp plugins. | c++, vamp, bsd, python | 2012-10-22 | 2015-06-24 | |
Static pages of the vamp-plugins.org website. | vamp, html, website | 2012-07-11 | 2014-06-24 | |
Vamp plugin website providing a dynamic download page, and also serving the static site and forum through subrepositories. | 2013-12-09 | 2014-06-24 | ||
Mirror of Jamie Bullock's libxtract -- a simple, portable, lightweight library of audio feature extraction functions. | c++, stable, gpl, feature extraction, library, c, low level features, libxtract | 2012-07-04 | 2012-07-04 | |
A Vamp plugin encapsulating many of the functions of Jamie Bullock's LibXtract library. | c++, stable, vamp, feature extraction, low level features, libxtract | 2012-07-04 | 2012-07-04 | |
A Vamp plugin encapsulating many of the functions of Jamie Bullock's LibXtract library. | c++, stable, vamp, feature extraction, low level features, libxtract | 2012-07-04 | 2012-07-04 | |
Vamp plugins providing methods from Paul Brossier's Aubio library. | c++, beat track, vamp, feature extraction, pitch track, aubio, onsets | 2012-07-04 | 2015-02-02 | |
The Aubio library from Paul Brossier. This project is here as a pointer to the Aubio resources. | feature extraction, tempo, c, pitch track, aubio, onsets | 2012-07-04 | 2012-07-06 | |
Vamp plugins providing methods from Paul Brossier's Aubio library. | c++, beat track, vamp, feature extraction, pitch track, aubio, onsets | 2012-07-04 | 2015-02-02 | |
CAMEL (Content-based Audio and Music Extraction Library) is an easy-to-use C++ framework developed for content-based audio and music analysis. The framework provides a set of tools for easy Segmentation ... | c++, feature extraction, mir, library, framework | 2011-01-09 | 2013-06-21 | |
This is an example CUDA C/C++ GPU implementation of a multirate FIR filter. It was made with the Vamp Tipic plugin in mind, but it can be used for any other application. | feature extraction, cuda, real-time, audio analysis, algorithms, C/C++ | Chris Cannam, Sebastian Ewert, Sofia Dimoudi | 2016-09-16 | 2016-09-16 |
Piper is a protocol for driving audio feature extractors. | feature extraction, audio, audio analysis, piper | 2016-10-04 | 2016-10-28 | |
Supporting code in C++ for the Piper audio feature extractor protocol, primarily for making Vamp plugins work with the Piper protocol. | c++, vamp, feature extraction, audio, audio analysis, piper | 2016-10-10 | 2017-02-10 | |
Adapter code to make a Vamp plugin library into a module that exports request-handling functions for the Piper protocol's JSON serialisation. | vamp, javascript, json, piper | 2016-10-10 | 2016-11-10 | |
A proof-of-concept audio visualisation and analysis web app, using Piper libraries (and Vamp plugins) and Waves-UI components in an Angular 4 application. | 2018-10-08 | 2018-10-08 | ||
Build scripts to transform various C++ Vamp plugin libraries into Javascript modules implementing the Piper JSON API, using the Piper Vamp JSON Adapter. | vamp, javascript, json, piper | 2016-11-10 | 2016-11-10 | |
Supporting code in C++ for the Piper audio feature extractor protocol, primarily for making Vamp plugins work with the Piper protocol. | c++, vamp, feature extraction, audio, audio analysis, piper | 2016-10-10 | 2017-02-10 |
(1-9/9)
Also available in: Atom