Skip to main content

Interface: DenoiseParams

URL links needed for creating a denoise node for audio processing

Properties

wasmURL

wasmURL: string

wasm URL to get the denoise wasm


workletModule

workletModule: string

AudioWorklet module URL to get the worklet,

See

AudioContext['audioWorklet']['addModule']


workletOptions

Optional workletOptions: WorkletOptions

AudioWorklet options to pass

See

AudioContext['audioWorklet']['addModule']