audio-spectrum icon indicating copy to clipboard operation
audio-spectrum copied to clipboard

Draw spectrum of audio data

Results 5 audio-spectrum issues
Sort by recently updated
recently updated
newest added

## Version **2.0.0** of **[brfs](https://github.com/substack/brfs)** was just published. Dependency [brfs](https://github.com/substack/brfs) Current Version 1.6.1 Type dependency The version **2.0.0** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

## Version 10 of Node.js (code name Dubnium) has been released! 🎊 To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following...

greenkeeper

## Version **2.0.0** of [decibels](https://github.com/livejs/decibels) was just published. Dependency decibels Current Version 1.0.1 Type dependency The version **2.0.0** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

It should just calc spectrum, not draw it. ```js let spectrum = require('audio-spectrum') let show = require('regl-spectrum')() let arr = spectrum(buf, {channel: 1}) //arr here contains magnitudes. //↓ this should...

Once that component is out, if ever (hope so!). Also some folks do webworkers (fft etc), not sure how is that better, but mb also should considering.