cannam@147: cannam@147: # Piper Vamp Javascript and JSON Adapter cannam@147: cannam@147: Compile your C++ Vamp plugin code into a Javascript module that cannam@147: exports the Piper JSON protocol, for use with Javascript code that cannam@147: uses Piper audio feature extractors. cannam@147: cannam@149: _This is pre-1.0 code and the API may change at any time_ cannam@149: cannam@147: ## What this repository contains cannam@147: cannam@147: * Adapter code to make a Vamp plugin library into a module that cannam@147: exports request-handling functions for the Piper protocol's JSON cannam@147: serialisation. This code is in C++ and can be compiled to a native cannam@147: shared library or to Javascript with Emscripten. cannam@147: cannam@147: * Examples of usage with Vamp plugin code, found in the cannam@147: examples/vamp-example-plugins and examples/vamp-test-plugin cannam@147: directories. cannam@147: cannam@147: ## Authors and licensing cannam@147: cannam@147: Written by Chris Cannam and Lucas Thompson at the Centre for Digital cannam@147: Music, Queen Mary, University of London. cannam@147: cannam@147: Copyright (c) 2015-2017 Queen Mary, University of London, provided cannam@147: under a BSD-style licence. See the file COPYING for details. cannam@147: