UNPKG

standardized-audio-context

Version:

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

6 lines 282 B
export declare const assignNativeAudioNodeAudioParamValue: <T extends { [key: string]: any; }, U extends { [key: string]: any; }>(nativeAudioNode: T, options: U, audioParam: keyof T & keyof U) => void; //# sourceMappingURL=assign-native-audio-node-audio-param-value.d.ts.map