Mercurial > hg > piper-vamp-js
view README.md @ 155:1b9f5fb90ccf
Comment
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 14 Jun 2017 10:07:15 +0100 |
parents | bc181392fc7f |
children | 577e5e55cc21 |
line wrap: on
line source
# Piper Vamp Javascript and JSON Adapter Compile your C++ Vamp plugin code into a Javascript module that exports the Piper JSON protocol, for use with Javascript code that uses Piper audio feature extractors. _This is pre-1.0 code and the API may change at any time_ ## What this repository contains * Adapter code to make a Vamp plugin library into a module that exports request-handling functions for the Piper protocol's JSON serialisation. This code is in C++ and can be compiled to a native shared library or to Javascript with Emscripten. * Examples of usage with Vamp plugin code, found in the examples/vamp-example-plugins and examples/vamp-test-plugin directories. ## Authors and licensing Written by Chris Cannam and Lucas Thompson at the Centre for Digital Music, Queen Mary, University of London. Copyright (c) 2015-2017 Queen Mary, University of London, provided under a BSD-style licence. See the file COPYING for details.