UNPKG

standardized-audio-context

Version:

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

5 lines 377 B
import { pickElementFromSet } from './pick-element-from-set'; export const deleteActiveInputConnectionToAudioParam = (activeInputs, source, output) => { return pickElementFromSet(activeInputs, (activeInputConnection) => activeInputConnection[0] === source && activeInputConnection[1] === output); }; //# sourceMappingURL=delete-active-input-connection-to-audio-param.js.map