Socket
Socket
Sign inDemoInstall

@ryohey/wavelet

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ryohey/wavelet - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

2

.rollup.cache/C/Users/warinside/Documents/GitHub/wavelet/lib/dist/renderer/renderAudio.js

@@ -11,3 +11,3 @@ import { SynthProcessorCore } from "../processor/SynthProcessorCore";

const songLengthSec = getSongLength(events);
const bufSize = 500;
const bufSize = 128;
const iterCount = Math.ceil(songLengthSec / bufSize);

@@ -14,0 +14,0 @@ const audioBufferSize = iterCount * bufSize;

@@ -744,3 +744,3 @@ (function () {

const songLengthSec = getSongLength(events);
const bufSize = 500;
const bufSize = 128;
const iterCount = Math.ceil(songLengthSec / bufSize);

@@ -747,0 +747,0 @@ const audioBufferSize = iterCount * bufSize;

{
"name": "@ryohey/wavelet",
"version": "0.4.2",
"version": "0.4.3",
"description": "A wavetable synthesizer that never stops the UI thread created by AudioWorklet.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -29,3 +29,3 @@ import { AudioData, LoadSampleEvent, SynthEvent } from ".."

const songLengthSec = getSongLength(events)
const bufSize = 500
const bufSize = 128
const iterCount = Math.ceil(songLengthSec / bufSize)

@@ -32,0 +32,0 @@ const audioBufferSize = iterCount * bufSize

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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