@soundtouchjs/audio-worklet
Advanced tools
Comparing version 0.1.0 to 0.1.1
Changelog | ||
### 0.1.1 (2020-05-01) | ||
## 0.1.0 (2020-05-01) | ||
@@ -3,0 +5,0 @@ |
/* | ||
* SoundTouch Audio Worklet v0.1.0 AudioWorklet using the | ||
* SoundTouch Audio Worklet v0.1.1 AudioWorklet using the | ||
* SoundTouch audio processing library | ||
@@ -4,0 +4,0 @@ * |
/* | ||
* SoundTouch Audio Worklet v0.1.0 AudioWorklet using the | ||
* SoundTouch Audio Worklet v0.1.1 AudioWorklet using the | ||
* SoundTouch audio processing library | ||
@@ -4,0 +4,0 @@ * |
{ | ||
"name": "@soundtouchjs/audio-worklet", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "An ES2015+ AudioWorklet implementation of the SoundTouchJS library", | ||
@@ -5,0 +5,0 @@ "module": "dist/soundtouch-audio-node.js", |
@@ -13,6 +13,4 @@ # SoundTouchJS Audio Worklet | ||
The SoundTouchNode is compiled using the [@babel/plugin-external-helpers](https://brunoscopelliti.com/a-simple-babel-optimization-i-recently-learned/) plugin, so you'll have to manually include the 'helpers'. If you're bundling SoundTouchNode into your application, with Babel, this may happen automagically (I haven't tested that). | ||
The SoundTouchWorklet runs in it's own context, off the main thread, when using the native WebAudio API. As such, the Babel runtime is bundled with the other worklet dependencies. All of the necessary [SoundTouch](https://github.com/cutterbl/SoundTouchJS) bits are precompiled into the worklet, and the SoundTouchNode controls their properties. Adding worklets/webworkers to your application can be tricky. Read the documentation below for more information. | ||
The SoundTouchWorklet runs in it's own context, off the main thread. As such, the Babel runtime is bundled with the other worklet dependencies. All of the necessary [SoundTouch](https://github.com/cutterbl/SoundTouchJS) bits are precompiled into the worklet, and the SoundTouchNode controls their properties. Adding worklets/webworkers to your application can be tricky. Read the documentation below for more information. | ||
## Setting Up the AudioWorkletProcessor (SoundTouchWorklet) | ||
@@ -19,0 +17,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1985474
138