Interface NodeAudioDataPayload

interface NodeAudioDataPayload {
    data: NodeAudioData;
    op: AudioNodeEvent;
}

Properties

Properties