Skip to content

azu/audio-node-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Related

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

About

Flow control library for Web Audio API.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 2

  •  
  •