Is there a method to dispose current playing sound? I want to stop / upload sound (not just pause), then later load new sound again.
I dont see any info about disposing sound here: https://developers.soundcloud.com/docs/api/html5-widget#methods
Of course I could null the widget, then create again, but I want to avoid that.