We want to use Soundcloud to stream short sound snippets in our Android and iOS apps.
Should we only add /stream
to the URL or how we get to know the id and so the streaming URL?
Example sound: http://soundcloud.com/sebastian-kurt/audio-recording-on-friday/ how to find out streaming URL?
I suggest you read the SoundCloud API Documentation, notably http://developers.soundcloud.com/docs/api/reference#tracks
The response from API calls to /tracks give you a streamable
& stream_url
for the track.