You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var buff = ev.data.buff;
var freq = that.aupitch.do(buff);
I always get
Uncaught RuntimeError: null function or function signature mismatch
at 00068a0a:0x15c89
at 00068a0a:0xe02b
at Pitch$do [as do] (eval at Gb (aubiojs:38:242), <anonymous>:9:10)
at MessagePort.pitchWorklet.port.onmessage (worklet_caller.js:34:51)
I think I have copied everything from your tuner demo. I have run out of ideas
in index.html
I have this in ts (ignore the name, this is not a worklet, it starts one , now that scriptnode is deprecated), using your .d.ts file
and then
this all works fine.
But then when I get a buffer from my worklet I do
I always get
I think I have copied everything from your tuner demo. I have run out of ideas
fails edge and chrome
chrome gives better debug stack
The text was updated successfully, but these errors were encountered: