soundtouchjs-audio-worklet icon indicating copy to clipboard operation
soundtouchjs-audio-worklet copied to clipboard

AudioWorkletNode and AudioWorkletProcessor implementing SoundTouchJS

Results 6 soundtouchjs-audio-worklet issues
Sort by recently updated
recently updated
newest added

I needed to `npm install --save regenerator-runtime` and add `import regeneratorRuntime from 'regenerator-runtime'` somewhere in my code.

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

SharedArrayBuffer has been available fairly recently. What are the ways we can utilize it to improve memory usage and performance?

Hello, using this I found it annoying how its a "psuedo-node" with it's own time scheduling, it can't be connected as part of a chain of AudioNodes. So I worked...