webaudio-helpers

0.1.0 • Public • Published

webaudio-helpers

build status Coverage Status Known Vulnerabilities NPM version

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

Readme

Keywords

none

Package Sidebar

Install

npm i webaudio-helpers

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • mblarsen