0.1.1 • Published 11 years ago
@mohayonao/power-audio-node v0.1.1
POWER AUDIO NODE
enhance the connecting interface of AudioNode for custom AudioNode
Installation
Node.js
npm install @mohayonao/power-audio-nodeBrowser
Interface for CustomAudioNode
interface CustomAudioNode {
__connectFrom(source, output = 0, input = 0): void;
__disconnectFrom(source, output = 0, input = 0): void;
}API
Module methods
use(): voidunuse(): void
License
MIT