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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    1

Package Sidebar

Install

npm i webaudio-helpers

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • mblarsen