1.0.0 • Published 10 years ago

soundcloud-waveform v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

soundcloud-waveform experimental

Get the waveform data for a given SoundCloud track URL as an array. Works with node and browserify.

Usage

NPM

waveform(client_id, url, callback)

Takes a client_id and the resource's permalink url, calling callback(err, wavedata) when complete.

wavedata is an array of amplitudes over time for the track. See waveform.js for further information.

License

MIT. See LICENSE.md for details.