Socket
Socket
Sign inDemoInstall

audio-meddle

Package Overview
Dependencies
1
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    audio-meddle

Route Web Audio API audio nodes through schedulable chains of processor nodes.


Version published
Weekly downloads
4
decreased by-55.56%
Maintainers
1
Install size
13.1 kB
Created
Weekly downloads
 

Readme

Source

audio-meddle

Route Web Audio API audio nodes through schedulable chains of processor nodes.

Install

$ npm install audio-meddle

API

var createMeddler = require('audio-meddle')

createMeddler(audioContext)

Create a AudioNode instance.

node.add(id, processorNode)

Add a node to be used for meddling the input audio.

node.remove(id)

Remove a node from meddlation.

node.start(id, when)

Start routing audio through the processor node adding using node.add() with id specified. This can be called multiple times with difference ids and the processors will be chained in the order called.

node.stop(id, when)

Stop routing audio through the processor node specified by id at the given time.

node.connect()

Connect the AudioNode to a destination.

node.disconnect()

Disconnect from all destination nodes.

Keywords

FAQs

Last updated on 08 Jan 2015

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