audio-node-flow

1.0.5 • Public • Published

audio-node-flow Build Status

Flow control library for Web Audio API.

Installation

npm install audio-node-flow

Usage

Flow control

source -> nodeA -> nodeB -> nodeC -> nodeD -> destination
                                  -> nodeE -> destination
var AudioNodeFlow = require("audio-node-flow").AudioNodeFlow;
new AudioNodeFlow(source)
    .connect(nodeA)
    .sequence([nodeB, nodeC])
    .connectAll([nodeD, nodeE])
    .connect(context.destination);

Tests

npm test

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i audio-node-flow

Weekly Downloads

1

Version

1.0.5

License

MIT

Last publish

Collaborators

  • azu