webaudio-helpers
v0.1.0
Published
A set of helpers working with WebAudio API mainly with the purpose of visualization.
Downloads
1
Readme
webaudio-helpers
A set of helpers working with WebAudio API mainly with the purpose of visualization.
Install
yarn add webaudio-helpers
Usage
import {FrequencyReducer} from 'webaudio-helpers'
const reducer = new FrequencyReducer({sampleRate: 500})
reducer.on('complete', data => {
// Use your favorite graph tools to
// visualize the data
})
reducer.load('/audio.mp3')
Docs
Run yarn docs