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

audio-fft

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

audio-fft - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

5

index.js

@@ -14,2 +14,4 @@ /**

var module = this;
this.fillStyle = options.fillStyle || '#000000';
this.strokeStyle = options.strokeStyle || '#000000';
this.canvas = options.canvas;

@@ -66,4 +68,3 @@ this.onBeat = options.onBeat;

}
}
else if (module.type === 'time') {
} else if (module.type === 'time') {
module.input.getByteTimeDomainData(data);

@@ -70,0 +71,0 @@ ctx.beginPath();

2

package.json
{
"name": "audio-fft",
"version": "0.1.0",
"version": "0.1.1",
"description": "visualize audio data on canvas with frequency or time",

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

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

Audio FFT
# Audio FFT
[![NPM](https://nodei.co/npm/audio-fft.png?downloads=true)](https://npmjs.org/package/audio-fft)
Originally pulled from a presentation by @jsantell
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