@arraypress/waveform-gen
v1.6.0
Published
Generate waveform peak data from audio files. CLI and library for pre-computing waveform data for WaveformPlayer.
Maintainers
Readme
Waveform Gen
Pre-generate waveform peak data from audio files. CLI and library that pre-computes waveform JSON for WaveformPlayer and WaveformBar — instant visualization, no client-side audio decoding.
Install
npm install @arraypress/waveform-genThen generate a .json per audio file:
npx @arraypress/waveform-gen ./audio/*.mp3 --output ./public/waveforms/ --bpmDocumentation
Full CLI options, library API and the JSON output format live in the docs.
-> docs.waveformplayer.com
Overview · Library · Output format
License
MIT © ArrayPress
