soundcloud-waveform
v1.0.0
Published
Get the waveform data for a given SoundCloud track URL as an array
Downloads
5
Maintainers
Readme
soundcloud-waveform
Get the waveform data for a given SoundCloud track URL as an array. Works with node and browserify.
Usage
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.