I have this testing area here: http://codepen.io/sheriffderek/pen/RPbpQZ
Besides needing a bunch of js refactoring, now that I've been playing with the API, I'm happy with what is going on.
It works great in CodePen on my laptop, but on my phone, it is silent.
It's not auto play. Just a click event.
I've tried in debug mode --- and a few other CodePen options... in case it's an origin thing... any ideas? The code is just basic stuff, so I think it's something else.
SC.stream("/tracks/293", function(sound){
sound.play();
});