Moved DSP worklet to another file #20
Annotations
7 errors and 3 warnings
CI:
src/dsp.worklet.ts#L2
Cannot find type definition file for '@types/audioworklet'.
|
CI:
src/dsp.worklet.ts#L4
Cannot find name 'AudioWorkletProcessor'.
|
CI:
src/dsp.worklet.ts#L9
Property 'port' does not exist on type 'Dsp'.
|
CI:
src/dsp.worklet.ts#L16
Cannot find name 'currentFrame'.
|
CI:
src/dsp.worklet.ts#L16
Cannot find name 'sampleRate'.
|
CI:
src/dsp.worklet.ts#L35
Cannot find name 'registerProcessor'.
|
CI
Process completed with exit code 2.
|
CI:
src/dsp.worklet.ts#L8
Unsafe call of a(n) `error` type typed value
|
CI:
src/dsp.worklet.ts#L9
Unsafe member access .onmessage on an `error` typed value
|
CI:
src/dsp.worklet.ts#L35
Unsafe call of a(n) `error` type typed value
|