Code Monkey home page Code Monkey logo

vamp-js-example-es6's Introduction

Emscripten Vamp examples with ES6

Info

This repo contains Javascript sample code, using ES6 classes and other features, for visualising features extracted from Vamp plugins in the browser. The Vamp extraction code is C++ compiled to Javascript using Emscripten, and the preliminary work on this is available here.

There are only a few simple classes (all within VampUtils.js for simplicity):

  • VampFeatureCanvasView - A base class for Canvas elements which render features in JAMs like format
  • SpectrogramCanvasView - Draws a Spectrogram to a Canvas element
  • ScatterPlotCanvasView - Draws a line graph to a Canvas element using Graph.js
  • VampFeatureCanvasViewFactory - A factory for instantiating the appropriate view based on the Output Descriptor for the selected output of the Vamp plugin
  • WebAudioVampPluginRunner - Encapsulates the logic for using the Web Audio API to populate and run the Vamp Host, and then render a suitable visualisation.

Examples:

These need to be run in a recent version of Chrome or Firefox, due to not transpiling from ES6 to something more widely supported.

  • Zero Crossing Counts - This example uses the ZeroCrossing plugin from the Vamp Plugin SDK examples, and renders a line graph using Chart.js.
  • Spectrogram - This example uses the PowerSpectrum plugin from the Vamp Plugin SDK examples, and renders a simple black and white spectrogram using a HTML5 Canvas Element.

vamp-js-example-es6's People

Contributors

lucasthompson 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.