Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
analyser-frequency-average
Advanced tools
For the given WebAudio AnalyserNode, determine the average signal (0 .. 1) between two frequency ranges in Hz. This can be useful for audio visualization on a certain spectrum of the frequency graph.
The frequency is assumed to be in byte data, though you can use the floatData
entry point to get around this.
avg = average(analyser, frequencies, minHz, maxHz)
Returns the average signal in 0 .. 1
range for the given analyser
(AnalyserNode) and frequencies
(array of byte frequency data from that node). The minHz
and maxHz
is the frequency range to sum, in Herz.
avg = average.floatData(analyser, floatFrequencies, minHz, maxHz)
The same as above, but intended to be used with the result of analyserNode.getFloatFrequencyData()
.
MIT, see LICENSE.md for details.
FAQs
gets an average Hz between two frequency ranges
The npm package analyser-frequency-average receives a total of 351 weekly downloads. As such, analyser-frequency-average popularity was classified as not popular.
We found that analyser-frequency-average demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.