@simbi/standardized-audio-context
Version:
A cross-browser implementation of the AudioContext which aims to closely follow the standard.
6 lines • 390 B
TypeScript
import { TTestStereoPannerNodeDefaultValueSupportFactory } from '../types';
/**
* Firefox up to version 62 did not kick off the processing of the StereoPannerNode if the value of pan was zero.
*/
export declare const createTestStereoPannerNodeDefaultValueSupport: TTestStereoPannerNodeDefaultValueSupportFactory;
//# sourceMappingURL=test-stereo-panner-node-default-value-support.d.ts.map