UNPKG

standardized-audio-context

Version:

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

2 lines 226 B
export declare const assignNativeAudioNodeOption: <T extends keyof any, U extends unknown>(nativeAudioNode: Record<T, U>, options: Record<T, U>, option: T) => void; //# sourceMappingURL=assign-native-audio-node-option.d.ts.map