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.

learn more… | top users | synonyms

10
votes
3answers
16k views

Xcode : Adding a project as a build dependency

Im playing around with the soundcloud api, in its instructions it says to drag SoundCloudAPI.xcodeproj into your project add it as a build dependency I can drag the project in pretty easily, but ...
8
votes
1answer
380 views

Soundcloud iframe stopped working under iOS

I have written phoneGap/Cordova code that includes some soundcloud widget players in iframes. The code was running fine in desktop browsers, under android and iOS. Today the iOS-version stopped ...
7
votes
1answer
753 views

SWFobject in a Chrome Extension - API Unavaiable

Hi! I'm building a Chrome extension, in which I need to embed a SWFobject in the background page. Everything works, except the JavaScript controls for the SWFobject and the eventListeners. My guess is ...
6
votes
4answers
4k views

How to get proper soundcloud url for embedding from a standard url?

So right now I can grab the url from already embedded soundcloud files in embed or iframe tags and use those urls on another page and display it in fancybox. Is there a way to get the right url or ...
6
votes
1answer
155 views

How to search specific user's tracks by tag with the Sound Cloud API?

I want to search for tracks by tag relating only to my user name i.e. the Royal Opera House. For example: ...
4
votes
2answers
13k views

Origin null is not allowed by Access-Control-Allow-Origin

I'm currently working with the SoundCloud API and would like to have a track embed when a button is clicked. I get two errors: XMLHttpRequest cannot load ...
4
votes
2answers
2k views

WebAudio library to visualize and interact with waveforms

Looking for a library to create waveform graphics and navigate audio tracks by clicking on it. Like SoundCloud only client-side and Open Source. Any ideas?
4
votes
2answers
1k views

Open stream_url of a Soundcloud Track via Client-Side XHR?

Since you can call the the Soundcloud API via XHR (because of the CORS headers it sends http://backstage.soundcloud.com/2010/08/of-cors-we-do/, right?) I was wondering if this was possible with the ...
4
votes
1answer
585 views

Soundcloud API throttling.

I am currently experimenting with the SoundCloud API, and have noticed that my GET requests for the /tracks resource never return more than 200 results at one time. A few questions about this: Is ...
4
votes
3answers
2k views

Uploading audio to facebook from iOS app?

I've been trying to integrate my app with Soundcloud, but I'm just finding that impossible and way too difficult, and there are no good tutorials out there. Are there any other ways to upload audio ...
4
votes
1answer
1k views

Soundcloud: play multiple tracks simultaneously - HTML5 widget

I am trying to create a simple multi-track player based on Soundcloud, displaying multiple tracks and start playing them simultaneously. I found a similar prototype here (Flash widget based): ...
4
votes
1answer
532 views

SoundCloud API Apple Mach-O Linker (Id) Error

I'm trying to integrate the Cocoa SoundCloud API into my iPhone/iPad app. I've followed the instructions detailed here but when I try to Build and Run my project, I get the following error: Apple ...
4
votes
1answer
704 views

Need to call simple request from soundcloud API using the wrapper

I am using the main soundcloud wrapper (https://github.com/mptre/php-soundcloud) to try and pull the tracks off my account onto my website. I had the whole thing working great but just by accessing a ...
4
votes
0answers
118 views

SoundCloud API: Is It Possible To Automate Both Uploads & Embed Codes Generation?

is it possible to complete this 3-step process via the SoundCloud API? programmatically upload a track (also programmatically) immediately generate and receive the embed code for that track ...
4
votes
2answers
2k views

Create playlist in SoundCloud with PHP

I am creating a music website on which i have integrated SoundCloud API. Now I want to create a playlist at run time and attach tracks to that playlist. My code is following: class Soundcloud { ...
3
votes
3answers
1k views

How to get thumbnail of SoundCloud using API?

For example: http://soundcloud.com/mhiqu3/sets/heretik/ How to get the thumbnail url: http://i1.sndcdn.com/artworks-000004897289-5r6ws9-large.jpg?1767646 with the api (or without) ?
3
votes
1answer
710 views

SoundCloud's connect with Facebook not working in iOS

I'm trying to integrate my iOS app with SoundCloud. I've registered an app at "http://soundcloud.com/you/apps" and got the app ID and secret key in order to compose the auth URL: ...
3
votes
1answer
2k views

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 ...
3
votes
1answer
923 views

401 error code when using Soundcloud API OAuth2

I am creating an iPhone app using the TestApp application that came with the Soundcloud Coca API wrapper download. When I use the key and client id and call back URL there is no problem. I can log ...
3
votes
1answer
150 views

How can I access SoundCloud-Stream URLs in Python?

Some time ago I wrote a little tool for a friend of mine. I retrieved all stream-links (like this) from a soundlist and downloaded all those with a small python script. Since begin of March, ...
3
votes
2answers
2k views

Error trying to access a iframe in JavaScript

I'm trying to call the function SC.Widget from this little API: http://developers.soundcloud.com/docs/api/html5-widget, but I receive this error message in the Chrome inspector and I am stuck there. ...
3
votes
1answer
138 views

Uploading song to Soundcloud account using javascript

I am trying to upload a song to soundcloud using the souncloud API and javascript. But I don't seem to be able to do it. This is my javascript function ADDTRACK() { var test = ...
3
votes
1answer
1k views

Soundcloud (Oauth2) API getting access token fails

I'm trying to authorize users on my site based on a Soundcloud login. It uses Oauth authentication. The user has to click a button on my site and is redirected to the Soundcloud site, where it logs ...
3
votes
1answer
219 views

How do I get the metadata from a SoundCloud stream?

Using Soundmanager2 to get metadata is hitting troubles with flash permissions. What I want is to access the metadata of a track in order to generate visual effects. (example of which here) One thing ...
3
votes
1answer
364 views

Soundcloud html5 widget not visible in IE

I tried to use multiple soundcloud html5 widgets (iframes) in a javascript slider using slidejs. Apart from IE all browsers slide the widgets without any problems. In IE9 only the widget in the first ...
3
votes
1answer
311 views

Unable to refresh token after expiration

I can authenticate and fetch an access_token and the corresponding refresh_token fine (subsequent API interactions are also fine). However, I seem to only be able to refresh a token (POST to ...
3
votes
1answer
167 views

soundcloud iOS encryption

I have developed an iPad app that integrates with SoundCloud using the libraries mentioned at https://github.com/soundcloud/CocoaSoundCloudAPI My app needs to be able to post sounds to SoundCloud ...
3
votes
2answers
946 views

Automatic Soundcloud PHP Api authentication without user interaction

In my application i want to use the Soundcloud API with my own Soundcloud user. The Soundcloud API authentication process involves a user being redirected to the Soundcloud homepage, login and ...
3
votes
1answer
68 views

Soundcloud API 401 error when resolving song/user url

Whenever I try to resolve a url to get an id for a song, it returns a 401 error. My client works fine for other operations (GET: /me, POST: /me/followings/[id]). Here's the code I'm using with the ...
3
votes
1answer
251 views

Events not firing html5 player

Has the html5 player / api been updated? The events SC.Widget.Events.PLAY, SC.Widget.Events.PAUSE, SC.Widget.Events.FINISH, from the html5 player are not firing anymore. Can somebody confirm?
3
votes
1answer
473 views

Implementing SoundCloud API in iOS app - getting error

I have followed the instructions to include the sound cloud api into my app at the following link exactly: https://github.com/soundcloud/CocoaSoundCloudAPI But when I get to the part where I need to ...
3
votes
3answers
843 views

upload into my soundcloud account using my web form and api?

I'm creating a mobile application which plays music stored in my SoundCloud account. Is there any way to create an automatic login to my SoundCloud account (PHP)? I don't want each user to have to ...
2
votes
2answers
644 views

Soundcloud HTML5 API not working with Facebook JS

I'm trying to set up the SC html 5 api located here: http://w.soundcloud.com/player/api.js However it is throwing a "c is undefined" error (7 times) in Firebug. After a bit of digging it seems ...
2
votes
3answers
351 views

Soundcloud API return only mp3 formats?

I get track info from soundcloud, and use stream_url property for initialising html5 audio, but it works only in chrome, safari, and IE. How I can get .ogg track for opera and firefox, if it possible? ...
2
votes
2answers
167 views

Tracks for “The Hives” are not streaming via the api

Tracks for "The Hives" claims to be streamable, but are returning 404s. Here's the JSON response for Civilization's Dying id 3644317 (http://api.soundcloud.com/tracks/3644317.json?client_id=): { ...
2
votes
1answer
526 views

Get a user's Most Recent SoundCloud Track Links

I've been looking for a way to do this for a while because it seems like their should be one. I just want to automatically pull the 5 most recent tracks from my SoundCloud page and put them on my ...
2
votes
1answer
384 views

Unminified SoundCloud SDK

I want the unminified SoundCloud SDK. It has an error that doesn't show up anywhere on Google nor here, so I want to debug it myself, but cannot because the minified JavaScript is nigh unreadable. I ...
2
votes
2answers
1k views

Soundcloud Custom Player Pause Player

How do you pause the Soundcloud Custom Player (http://developers.soundcloud.com/docs/custom-player)? I have a large single page with audio players. When a user navigates to a different section of the ...
2
votes
2answers
363 views

jQuery <audio> Plugin Doesn't work in Firefox and Opera

I was working with a plugin for custom <audio> player and everything was fine. I was working in Safari browser on Mac OSX 10.8.2 , Once I decided to test project in other browsers things got ...
2
votes
2answers
71 views

Soundcloud CORS

Soundcloud api should support cors as I read in documentation (http://developers.soundcloud.com/docs/api/guide#crossdomain). But I think this is not the case: XMLHttpRequest cannot load ...
2
votes
1answer
89 views

On ipad swipe view one over another like sound cloud app

I have created side tab bar in view controller and added a table view on tab on item of tab bar. main problem is i want to swipe a view which comes after tab on cell of table like as popover comes on ...
2
votes
1answer
924 views

Connecting to and uploading tracks with Soundcloud API using C# .NET

I'm trying to upload an audio track to the Soundcloud.com using C#.NET, but there aren't any resources for .NET anywhere. Could someone post a link or an example of how to upload an audio file to my ...
2
votes
1answer
341 views

Soundclound embed failed in firefox

I found a bug with the SoundCloud embed. Randomly, the sound does not start on Firefox (3.6 to 12) Everything works fine on Google Chrome or Internet Explorer. You can see it here: ...
2
votes
2answers
970 views

Javascript SDK connect() function not working in chrome

Am attempting to model my code after the example here: http://connect.soundcloud.com/examples/connecting.html# It works in firefox, but not in chrome. In chrome, the soundcloud popup shows up ...
2
votes
1answer
547 views

How to upload files to Soundcloud using Python?

I am building an application that would record what people say, generate an audio file and upload it to SoundCloud and get the URL of the uploaded track using Python. I used PyAudio to record and ...
2
votes
1answer
6k views

target specifies product type 'com.apple.product-type.framework'

I'm trying to use a Soundcloud API wrapper for the iPhone following these instructions and now I'm getting this error: target specifies product type 'com.apple.product-type.framework', but there's no ...
2
votes
1answer
1k views

Soundcloud player appears over colorbox in chrome

I'm using colorbox to display images for a website. In Chrome version 11.0.696.65 only when the color box is activated, the soundcloud player appears infront of the displayed image. I've tried ...
2
votes
2answers
453 views

Soundcloud HTML5 Player Not Showing Up in IE9

I've put a Soundcloud HTML5 player on my website and am generally quite pleased with it. However, while browser testing in IE9 on Windows 7, The player is not loading, and I am seeing the following ...
2
votes
1answer
436 views

How to create an audio streaming site in the style of Lynda or other video-training sites?

I would like to make a streaming store like Lynda.com, Udemy.com, or other video-training websites - where the customer can buy and/or subscribe to my digital library, but the customer can only stream ...
2
votes
2answers
1k views

How to I access a SoundCloud public stream?

How do I play a track from a SoundCloud URL, which, for example, I got from the xml response from a query <stream-url>https://api.soundcloud.com/tracks/31164607/stream</stream-url> I ...

1 2 3 4 5 14