0.2.1 • Published 9 years ago

audio-meddle v0.2.1

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

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.

0.2.1

9 years ago

0.2.0

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago