standardized-audio-context
Version:
A cross-browser wrapper for the Web Audio API which aims to closely follow the standard.
3 lines • 404 B
TypeScript
import { TNativeAudioBufferSourceNode, TNativeConstantSourceNode, TNativeOscillatorNode } from '../types';
export declare const wrapAudioScheduledSourceNodeStopMethodNegativeParameters: (nativeAudioScheduledSourceNode: TNativeAudioBufferSourceNode | TNativeConstantSourceNode | TNativeOscillatorNode) => void;
//# sourceMappingURL=wrap-audio-scheduled-source-node-stop-method-negative-parameters.d.ts.map