URL links needed for creating a denoise node for audio processing
Properties
| Property | Type | Description |
|---|
wasmURL | string | wasm URL to get the denoise wasm |
workletModule | string | AudioWorklet module URL to get the worklet, See AudioContext['audioWorklet']['addModule'] |
workletOptions? | WorkletOptions | AudioWorklet options to pass See AudioContext['audioWorklet']['addModule'] |