UNPKG

standardized-audio-context

Version:

A cross-browser wrapper for the Web Audio API which aims to closely follow the standard.

3 lines 216 B
import { TNativeChannelSplitterNode } from '../types'; export declare const wrapChannelSplitterNode: (channelSplitterNode: TNativeChannelSplitterNode) => void; //# sourceMappingURL=wrap-channel-splitter-node.d.ts.map