Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@soundtouchjs/audio-worklet

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@soundtouchjs/audio-worklet - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

CHANGELOG.md
Changelog
### 0.1.1 (2020-05-01)
## 0.1.0 (2020-05-01)

@@ -3,0 +5,0 @@

2

dist/soundtouch-audio-node.js
/*
* 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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc