Socket
Socket
Sign inDemoInstall

webaudio-helpers

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    webaudio-helpers

A set of helpers working with WebAudio API mainly with the purpose of visualization.


Version published
Weekly downloads
1
Maintainers
1
Install size
360 kB
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 15 Oct 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc