I would like to know if there is any way to create a source node ( https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#MediaElementAudioSourceNode) from a soundcloud track.
I'm ok with the web audio API, but new to the soundcloud sdk, as far I understand it relies on soundmanager2. So maybe there is some options from soundmanager2 available?
Regards
You can request a track and then use
stream_url
property, that you can set assrc
for the audio element, to be used as MediaSourceNode.Here's an example code:
Here's the example live: http://jsbin.com/ikixot/1/edit