hoover.js

0.1.0 • Public • Published

Hoover.js

A JavaScript library to play hoover sound on Web Audio API.

It is (almost) compatible with OscillatorNode interface.

Installation

Browser

<script src="hoover.min.js"></script>

npm

npm install hoover.js
require('web-audio-test-api');
var Hoover = require('hoover.js');

Usage

var hoover = new Hoover(new AudioContext());
hoover.connect(hoover.context.destination);
hoover.start();

See also

/hoover.js/

    Package Sidebar

    Install

    npm i hoover.js

    Weekly Downloads

    4

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • youpy