Make a new demo page with basic button controls (idfc what framework.. probz pure+fontawesome lol)
https://developers.soundcloud.com/docs/api/sdks#streaming
play(): Starts to play the sound
pause(): Pauses the player
seek(time): Seeks to the position in the song (in milliseconds)
currentTime(): Returns the current position (in milliseconds)
setVolume(volume): Sets the volume (from 0 to 1)
getVolume(): Returns the current volume
on(event, handler): Subscribes the handler to the given event
Probably pick a few songs off ze Soundcloud? Maybe play with fades n stuff..
Make a new demo page with basic button controls (idfc what framework.. probz pure+fontawesome lol) https://developers.soundcloud.com/docs/api/sdks#streaming play(): Starts to play the sound pause(): Pauses the player seek(time): Seeks to the position in the song (in milliseconds) currentTime(): Returns the current position (in milliseconds) setVolume(volume): Sets the volume (from 0 to 1) getVolume(): Returns the current volume on(event, handler): Subscribes the handler to the given event
Probably pick a few songs off ze Soundcloud? Maybe play with fades n stuff..
Demo Ideas!!
Probably gonna use 3rd party wrapper as it gives the damn length of tracks (FFS) - https://github.com/voronianski/soundcloud-audio.js/