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

gl-audio-analyser

Package Overview
Dependencies
Maintainers
9
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gl-audio-analyser - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

8

index.js

@@ -42,5 +42,5 @@ var Analyser = require('web-audio-analyser')

this.waveTex.bind(index)
var retVal = this.waveTex.bind(index)
this.waveTex.setPixels(this.waveNda)
return index
return retVal
}

@@ -56,5 +56,5 @@

this.freqTex.bind(index)
var retVal = this.freqTex.bind(index)
this.freqTex.setPixels(this.freqNda)
return index
return retVal
}
{
"name": "gl-audio-analyser",
"version": "1.0.2",
"version": "1.0.3",
"description": "Pull audio waveform/frequency data into WebGL for realtime audio visualisation!",

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

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