0.1.0 • Published 7 years ago

hoover.js v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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

0.1.0

7 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago