Socket
Socket
Sign inDemoInstall

audio-buffer-sink

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

4

index.js

@@ -10,3 +10,3 @@ module.exports = function(audioContext, opts) {

// output state
var outputBuffer = opts.buffer || null,
var outputBuffer = opts.outputBuffer || null,
outputLength,

@@ -63,3 +63,3 @@ offset;

Object.defineProperty(processor, 'buffer', {
Object.defineProperty(processor, 'outputBuffer', {
get: function() { return outputBuffer; },

@@ -66,0 +66,0 @@ set: function(b) {

{
"name": "audio-buffer-sink",
"version": "0.1.0",
"version": "0.1.1",
"description": "A web audio sink node that writes received data to an AudioBuffer",

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc