1.0.1 • Published 7 years ago

web-audio-sampler v1.0.1

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

web-audio-sampler Build Status

Web audio util, that will help you sample audio URLs

Install

$ npm install --save web-audio-sampler

Usage

var webAudioSampler = require('web-audio-sampler'),
audioURL = 'http://h3manth.com/meow.ogg';

webAudioSampler(audioURL, function(player){
	player.start(1); // Player is an AudioContext
});

API

webAudioSampler(url, cb)

url

Required
Type: string

Audio URL

cb

Require Type: function

Callback function.

License

MIT © Hemanth.HM

1.0.1

7 years ago

1.0.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago