Questions tagged [soundcloud]

SoundCloud is a social audio storage service and community. Their api allows for deep mashups, allowing access to nearly all track meta data, and provides streaming and downloads in various formats.

2097 questions
38
votes
4 answers

Specify starting time of track within URL for SoundCloud?

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…
Funktr0n
  • 1,711
  • 2
  • 16
  • 23
22
votes
1 answer

Soundcloud API Error NS_ERROR_DOM_BAD_URI: Access to restricted URI denied (JavaScript)

I am just getting myself acquainted with Soundcloud's API and I am having some trouble. As far as I can tell, all I need in SC.initialize is a client_id. I have used the tutorials at Code Academy to get started and it was great. Now that I am…
N1G3L
  • 257
  • 3
  • 10
21
votes
1 answer

How is SoundCloud embedding an HTML5/JS widget on Facebook?

Here's the scenario I'm seeing - You click to post a sound from SoundCloud to Facebook It embeds a player in the post that can either be clicked on to take you to the original item on SoundCloud OR you can click a Play icon to play the sound right…
19
votes
8 answers

How to get Soundcloud embed code by soundcloud.com url

I have been researching for hours with no luck to get it worked. Basically I have a cms in which users can put soundcloud url like this "https://soundcloud.com/cade-turner/cade-turner-symphony-of-light", then the page can show an embedded iframe. I…
Andrew Liu
  • 2,478
  • 5
  • 22
  • 29
18
votes
2 answers

React/Redux + Soundcloud API

UPDATE See the working example here: Favesound-Redux Live: http://www.favesound.de/ Tutorial: http://www.robinwieruch.de/the-soundcloud-client-in-react-redux Question Recently I discovered and got inspired by Sound Redux which shows how to use the…
Robin Wieruch
  • 14,900
  • 10
  • 82
  • 107
18
votes
3 answers

How to use SoundCloud API in Java (Android App)

I am researching for a project and was wondering if I can use SoundCloud API for making and app that streams music with SoundCloud. I could not find any official source from SoundCloud to privde a Java solution. Any idea?
Dan
  • 577
  • 1
  • 12
  • 38
18
votes
2 answers

Getting specific user's track list with soundcloud API

Is it possible to get the track list from a specific user via the soundcloud API WITHOUT requiring that specific user to authenticate? I'm looking for something like the YouTube feeds you can get here:…
Roman
  • 258
  • 1
  • 2
  • 6
17
votes
5 answers

How to get track ID from URL using the SoundCloud API

How can I get a track ID from a track URL using the SoundCloud API?
floCoder
  • 421
  • 1
  • 7
  • 21
17
votes
3 answers

How has soundcloud hidden the URL of streaming audio

I am trying to hide the URL of my audio streams for my HTML5 player and was really struggling to think of a way to do so and then I realised, soundcloud must hide the URL's of their streams. So i went onto soundcloud, opened up the console and…
Jacob Windsor
  • 6,750
  • 6
  • 33
  • 49
15
votes
1 answer

How do soundcloud keep music playing on when navigating?

I'm wondering how soundcloud can play music seamlessly when navigating between pages. It's possible that they use Ajax cuz the top bar seems not to reload when navigating but i see the URL changes. Is there any way to load content using Ajax and set…
KwiZ
  • 1,364
  • 2
  • 15
  • 25
15
votes
2 answers

How is soundcloud player programmed?

This may be too broad a question, but how is soundcloud actually programmed? To be more specific, What language was used to program it? How does it display the frequency data? If user uploads a file in a format different from MP3, is it converted…
CosmicRabbitMediaInc
  • 1,165
  • 4
  • 21
  • 32
14
votes
3 answers

Soundcloud API /stream endpoint giving 401 error

I'm trying to write a react native app which will stream some tracks from Soundcloud. As a test, I've been playing with the API using python, and I'm able to make requests to resolve the url, pull the playlists/tracks, and everything else I…
Default
  • 299
  • 2
  • 7
14
votes
4 answers

Soundcloud embedded player on mobile

Here is how a SoundCloud embedded player on a HTML page looks like on mobile device: It's rather annoying, because the user has to click "Listen in browser", and then, often, it doesn't start like it should, and so the user has to click "Pause"…
Basj
  • 41,386
  • 99
  • 383
  • 673
14
votes
1 answer

Creating a Set With Soundcloud's API

I'm using Javascript to create a web app with Soundcloud's API for my portfolio. At my current stage I need to be able to create a new set (aka playlist). I was using the sample code from Soundcloud's docs: SC.connect(function() { var tracks =…
brooklynsweb
  • 817
  • 3
  • 12
  • 26
13
votes
3 answers

SoundCloud Application Registration form is closed

I am trying to register a new app with SoundCloud. I therefore go to https://soundcloud.com/you/apps and click on "Sign up for a new app". This opens a google form that says: Due to the high amount of requests recently received, we will no longer…
mabead
  • 2,171
  • 2
  • 27
  • 42
1
2 3
99 100