0.1.1 • Published 9 years ago

@mohayonao/power-audio-node v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 years ago

POWER AUDIO NODE

Build Status NPM Version License

enhance the connecting interface of AudioNode for custom AudioNode

Installation

Node.js

npm install @mohayonao/power-audio-node

Browser

Interface for CustomAudioNode

interface CustomAudioNode {
  __connectFrom(source, output = 0, input = 0): void;
  __disconnectFrom(source, output = 0, input = 0): void;
}

API

Module methods

  • use(): void
  • unuse(): void

License

MIT