UNPKG

standardized-audio-context

Version:

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

4 lines 191 B
export const sanitizeChannelSplitterOptions = (options) => { return { ...options, channelCount: options.numberOfOutputs }; }; //# sourceMappingURL=sanitize-channel-splitter-options.js.map