UNPKG

wam-community

Version:

A collection of prebuilt Web Audio Modules ready for use

4 lines (2 loc) 227 B
declare const addFunctionModule: <F extends (...args: any[]) => any = (...args: any[]) => any>(audioWorklet: AudioWorklet, processorFunction: F, ...injection: Parameters<F>) => Promise<void>; export default addFunctionModule;