Skip to content

arraypress/waveform-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

npm version license

Documentation · npm


Install

npm install @arraypress/waveform-gen

Then generate a .json per audio file:

npx @arraypress/waveform-gen ./audio/*.mp3 --output ./public/waveforms/ --bpm

Documentation

Full CLI options, library API and the JSON output format live in the docs.

Overview · Library · Output format

License

MIT © ArrayPress

About

Generate waveform peak data from audio files. CLI tool and Node.js library for pre-computing waveform data for WaveformPlayer and WaveformBar.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors