enhance the connecting interface for custom AudioNode
npm install @mohayonao/power-audio-node> enhance the connecting interface of AudioNode for custom AudioNode
Node.js
``sh`
npm install @mohayonao/power-audio-node
Browser
js
interface CustomAudioNode {
__connectFrom(source, output = 0, input = 0): void;
__disconnectFrom(source, output = 0, input = 0): void;
}
`API
#### Module methods
-
use(): void
- unuse(): void`