audio-spectrum
audio-spectrum copied to clipboard
Draw spectrum of audio data
## 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...
## 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...
## 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...
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.