Update framework
This commit is contained in:
8
framework/resonator/effect-bus.d.ts
vendored
Normal file
8
framework/resonator/effect-bus.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import ResonatorAudioContext from './audio-context';
|
||||
export default class EffectBus {
|
||||
private context;
|
||||
private inputNode;
|
||||
private channelMerger;
|
||||
constructor(context: ResonatorAudioContext, input: AudioNode, output: AudioNode);
|
||||
connect(node: AudioNode): void;
|
||||
}
|
Reference in New Issue
Block a user