audioMotion-analyzer icon indicating copy to clipboard operation
audioMotion-analyzer copied to clipboard

[feature] Add support for ISO/ANSI Standard Octave Bands

Open hvianna opened this issue 3 years ago • 1 comments

Add the option to create the 1/nth octave bands based on the ISO/ANSI preferred frequencies.

Original request by Jonathan Annett.

References:

hvianna avatar Mar 25 '22 17:03 hvianna

This is now available in version 4.0.0-beta.0

Import module directly from Skypack CDN:

import AudioMotionAnalyzer from 'https://cdn.skypack.dev/audiomotion-analyzer@beta?min';

Or install via npm on beta tag:

npm i audiomotion-analyzer@beta

Source code is in the develop branch until the stable release.

hvianna avatar May 08 '22 21:05 hvianna