How to use object instance of aubio.js in AudioWorklet / AudioWorkletProcessor

113 views Asked by At

My goal is to use the aubio.js methods in an AudioWorklet to have a better performance for pitch detection.

I tried to import the aubio.js library but because of its asynchronous nature, I was not successful to initiate the object.

Can anyone give me a hint? Maybe via AudioWorklet ports?

0

There are 0 answers