Open cyantree opened 2 years ago
I got something similar:
Uncaught TypeError: Invalid FFI pointer type, expected null, or External
at Object.value [as play] (ext:deno_ffi/00_ffi.js:526:24)
at play (https://deno.land/x/audio@0.2.0/bindings/bindings.ts:34:32)
at <anonymous>:1:36
I tried to use your module with the latest deno version and stumbled upon the following error:
This seems to be related to some type changes. I could fix it by changing
pointer
tobuffer
here: https://github.com/littledivy/deno_audio/blob/ba12323ed94ef064096597f5774a640ff25329d5/bindings/bindings.ts#L29