soundtouchjs-audio-worklet
soundtouchjs-audio-worklet copied to clipboard
regeneratorRuntime is not defined
I needed to npm install --save regenerator-runtime
and add import regeneratorRuntime from 'regenerator-runtime'
somewhere in my code.
I have the same problem.
createSoundTouchNode.js:301 Uncaught (in promise) ReferenceError: regeneratorRuntime is not defined
at createSoundTouchNode.js:301:5
at createSoundTouchNode.js:18:6
at createSoundTouchNode2 (createSoundTouchNode.js:18:6)
at newShifter (PlayerStore.ts:280:23)
at onLoad (PlayerStore.ts:296:7)
(