38

Anyone know if there's a way to generate URL's for SoundCloud tracks that specify a start time for the song? I'm looking for a way to force playback of streams at a certain time in the stream without having to do any processing on my end via the API.

Funktr0n
  • 1,711
  • 2
  • 16
  • 23
  • Be attention this solution doesn't help while you work with streaming URL. E.g. https://api.soundcloud.com/tracks/299331197/stream?client_id={your_id}#t=47s – biloshkurskyi.ss Jul 15 '17 at 15:59

4 Answers4

43

As @bsz correctly noticed, we have released a way of specifying start time on the sound when linking to it, append #t=12s to the sound's URL to start it at 12th second, etc.

If the audio is long enough, you can use (e.g.) #t=2h10m12s.

nwinkler
  • 52,665
  • 21
  • 154
  • 168
Misha Reyzlin
  • 13,736
  • 4
  • 54
  • 63
16

They seem to have added a #t option but not sure if you can also give an stop time:

https://soundcloud.com/razhavaniazha-com/06-06-2013-razhavaniazha-afn#t=54:00

bsz
  • 321
  • 1
  • 9
  • I tried getting this to work in an embedded widget, but it seems to only work when you link to the soundcloud. Anyone had any luck using it in a widget? – zkwsk Dec 30 '13 at 19:12
3

You can also specify a start time one minute or over by appending

#XmXs

If you want a time right on the minute mark (e.g. 3:00), include 0 seconds (0s) in the time code (i.e. 3m0s), or else the start time will be ignored. It does not appear to support a start time over an hour.

2

Click share and set or pick time enter image description here

Viktor Bogutskii
  • 870
  • 1
  • 14
  • 22
  • Where do you get that "at ....." time input option? It doesn't seem to be there (at least not anymore?) in Soundcloud's share feature. – RocketNuts Mar 13 '19 at 14:56