@mohayonao/power-audio-node
v0.1.1
Published
enhance the connecting interface for custom AudioNode
Downloads
4
Readme
POWER AUDIO NODE
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