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

-1
votes
3answers
452 views

Video on popup page still playing even when I close the popup layer

I have a popup layer on my website that show the latest news on it. Now I want to embed a YouTube video on it, that plays once the user open the website. And I would like it to stop playing after the ...
0
votes
1answer
78 views

Compress audio upload to soundcloud

Our ios app records to wav, then that can be uploaded to Soundcloud. As recordings can be 5mins, thats 50 meg, so upload is slow. is there any Obj C code for ios that compresses eg to AAC or IM4 which ...
2
votes
2answers
74 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 ...
0
votes
1answer
80 views

Soundcloud https auth with Chrome

My app's auth page uses https and I have the soundcloud connect js using https: <script src="https://connect.soundcloud.com/sdk.js"></script> However when a user has logged in through ...
-1
votes
1answer
94 views

Integration SoundCloud to Stream iOS [closed]

I'm trying to integrate SoundCloud API to my app, but I've some problems I'm using this tutorial: http://developers.soundcloud.com/docs/api/ios-quickstart# However when I finish it the files are not ...
-3
votes
1answer
74 views

Soundcloud competition application [closed]

I've deployed app to heroku, everything is working great, but I need only one feature changed. Deployed app is here: http://rapsodyapp.herokuapp.com/ I need to be able to VOTE on remixes without ...
0
votes
0answers
55 views

Call Limits changed?

I think it was last year that limits were introduced on Follow/Unfollow calls. 250 a day for paid accounts, 100 for free accounts. Ever since the new version of Soundcloud has been up, I am ...
0
votes
1answer
69 views

Unfollowing with the SoundCloud API

I am trying to find a way to unfollow users via the use of the SoundCloud API. I know there is documentation for following/commenting, but is there any way to unfollow any particular user you are ...
0
votes
0answers
42 views

Soundcolud competition app setup

Old Soundcloud remix app have detailed set up manual but I can't find any instructions for installing and customizing SoundColud competition app. Here are all files ...
1
vote
2answers
212 views

Soundcloud API bug when filtering one user's tracks

I'm trying to filter a single SoundCloud user's tracks with a query (or even a tags/genre filter). I can get a user's tracks, but as soon as I add a query parameter, it returns all sound cloud users ...
0
votes
1answer
468 views

How to let users login to my site using SoundCloud

I want to let users authenticate via SoundCloud for my ASP.NET MVC 4 project. Since there is no .NET SDK, I wrote a custom OAuth2Client to handle the authentication. After adding the client to my ...
0
votes
2answers
54 views

How to recheck ruby condition on client-side event

I have a SoundCloud widget that is set to hide if a playlist is empty. Is there a method to recheck the condition when someone adds a song to the playlist (clicks add button)? <% if ...
0
votes
1answer
111 views

Full list of genres used in soundcloud api

Can anyone help me out by providing a list of all the "genres" that work with the soundcloud api? I presumed by going to soundcloud.com/tags/$genre you could get the correct genre to use in the api ...
0
votes
1answer
123 views

Is it possible to use SoundCloud HTML5 Widget API from non-HTTPS domain?

So, apparently due to a recent switch, all SoundCloud API and widget requests are routed through HTTPS. Due to this, any attempt to use the Widget API ...
0
votes
1answer
85 views

Soundcloud API - Extracting tracks reposted by a user

As reposts where introduced in the new soundcloud website, is it also possible to extract tracks reposted by a given user through the API ? Thanks in advance for your help
0
votes
1answer
121 views

Soundcloud soundwave

I am trying to generate soundwave which would look like the one that soundcloud have. But i can't figure out how do they make their soundwaves so clear, for example this is an example of soundcloud ...
0
votes
1answer
224 views

Attaching a “Free Download” button to the SoundCloud player within the SoundCloud website

This problem has eluded me for over a month now. I've noticed certain SoundCloud(SC) members are able to attach a button that says "Free Download" (or some variation of that) onto the SC player within ...
0
votes
1answer
118 views

Visualising Audio From SoundCloud's Custom player?

I would like to know if it is possible to visualise audio from soundcloud's custom player: http://developers.soundcloud.com/docs/custom-player# At the moment I could only think about using videos, ...
0
votes
0answers
96 views

SoundCloud HTTP code 0

I'm creating an Omeka plugin to upload audio to SoundCloud. I have this working on our local test environment, but I'm getting an error when I run it on EC2, "The requested URL responded with HTTP ...
1
vote
1answer
173 views

SoundCloud HTML5 widget no autoplay, iOS

The HTML5 SoundCloud widgets autoplay feature is not working on iOS5 and iOS6. I have not tested lower than iOS 5. See: http://www.bushytunes.net/test.asp This page has the feature enabled by ...
1
vote
1answer
419 views

How to dynamically embed the “tiny” version of the Soundcloud player using the JS SDK?

I'm building a website for a music composer. He'd like to publish samples of his work via Soundcloud and embed some of those samples on his website. He has a Premium account. I'd like to make this as ...
0
votes
1answer
287 views

Synchronising SoundCloud audio and Vimeo/Youtube video playing together

Alright, I'm working on one project which involves html5 audio, in addition to that a video is shown while audio is playing (Just video, no controls etc). Video is a visualisation (sometimes called ...
0
votes
0answers
94 views

Audio Sharing on Facebook using SoundCloud in Android

I'm using SoundCloud in one of my app to share audio files on facebook,the SoundCloud intent works fine and also it successfully uploads it to Soundcloud after selecting Facebook option to post.But ...
0
votes
1answer
119 views

Can someone look at my private Soundcloud embed and tell me where I'm going wrong?

I tried following SoundCloud's advice and linked a private soundcloud player (simple HTML iframe) with a simple .htaccess authentication script. No problem there. Apparently though, a couple people ...
0
votes
1answer
54 views

hiding title/artwork from soundloud embedable widget

I am looking for a way to hide artwork/title/other identifying information from embedable soundcloud widget. This is for a quiz project, so the user should be able to play the recording, without ...
0
votes
1answer
53 views

Using SoundCloud Getters

I'm having trouble using the SoundCloud getter getCurrentSound(callback). I'm trying to store the song currently in the widget as a var so I can pass that as a param to one of my ruby methods. I have ...
2
votes
1answer
37 views

Filtering on tag does not seem to work when fetching tracks by specific app

I'm trying to fetch tracks by a specific app, and at the same time filter by a certain tag. It seems like all tracks from the app are returned regardless of the tag parameter. If I query all tracks ...
0
votes
1answer
68 views

How to filter spotlight tracks in soundcloud API

I'm currently working on an iOS app using the Soundcloud API, and it's working great so far. Something that I haven't been able to figure out, however, is how to construct an URL in order to get only ...
1
vote
1answer
176 views

Start playing SoundCloud audio stream in iOS by using a pre-buffer

Using the following code example from SoundCloud Developers page, the AVAudioPlayer will start playing after the SCRequest response has been received. Depending on the size of the requested file, this ...
1
vote
0answers
111 views

SoundCloud javascript api bug if iframe deleted

I'm using soundcloud widget html5: https://developers.soundcloud.com/docs/api/html5-widget and i've a problem: Users can play soundcloud sounds on my page. When they click play i create a soundcloud ...
1
vote
1answer
149 views

Dynamically passing URL to custom SoundCloud player

I'm trying to use the custom player from SoundCloud with the advanced use of passing the URLs directly to the player. I want one player at the top of the page and then links on a page that play a ...
0
votes
1answer
80 views

Post Audio to Soundcloud from S3 bucket?

I've successfully followed Soundcloud's API documentation but hit an error that's got me stuck. When uploading / posting a file using their example I have no trouble when I hard code a file on my ...
0
votes
0answers
72 views

Get a selection of songs from a tag_list in soundcloud using the Soundcloud Cocoa Wrapper

I'm trying to grab a list of songs from any soundcloud user that fits in a tag list. This is how I'm doing it now, but it doesn't seem to be matching up with what is on the site. ...
0
votes
1answer
93 views

Can't get soundcloud access_token using php sdk. invalid_grant error

I am using soundcloud php sdk. It works successfully when i use the sdk to get track. But when i've tried to get an access Token in order to use it, the sdk send me back an error 401. After debugging ...
0
votes
0answers
145 views

Getting Json result from SoundCloud API

I want to get some Json result by using the soundcloud api here is my url query ...
6
votes
1answer
158 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: ...
0
votes
1answer
173 views

How to update a playlist using SoundCloud api wrapper for java

The soundcloud documentation has no sample for updating a playlist using java wrapper. I tried something like this but it didn't update the tracks. And no error messages returned. HttpResponse resp = ...
0
votes
1answer
579 views

Soundcloud custom widget : change container background color w/o waveform.js?

Is there any way to change the sc-waveform container background from #efefef without having to load the waveform.js library? I have enough libraries loading already and the conainer bg conflicts with ...
0
votes
1answer
64 views

How to force synchronous soundcloud javascript sdk calls?

From a function, I'd like to return a collection of soundcloud sounds using the SoundCloud javascript SDK. However, because soundcloud is using asynchronous requests, the is not possible: function ...
0
votes
1answer
55 views

Does Soundcloud have a Javascript listener for when new data is loaded?

Is there anyway to create a Javascript listener for when the Soundcloud API requests more information. I have a frame in which I am using a standard Soundcloud page (like the stream) and was wondering ...
0
votes
0answers
90 views

SoundCloud oAuth Token - confused about how to sign in after initial 'connect'

from the docs: You should now store the access token in a database. Associate it with the user it belongs to and use it from now on instead of sending the user through the authorization flow. ...
0
votes
1answer
188 views

Embedding a soundcloud player that first searches a user's sets/playlists?

Anyone know how to formulate the search syntax of a track within a playlist (set) of a particular user? Once I have that, how do I use something like oembed to show the matching tracks? 1 SEARCH ...
0
votes
1answer
172 views

Pull Soundcloud track list with no autentication

I would like to pull a certain user tracklist and display it. Now i am manning to do this but i always need to connect(by pressing the link) is there a way where i eliminate this step or a way to be ...
0
votes
1answer
79 views

SoundCloud API - Load entire set into scPlayer

I want to get an entire set waveform overview like my soundcloud homepage has. .scPlayer({ links: [{url: permalink_url, title: ""}] where permalink_url is my set's URL - it will only load ...
0
votes
1answer
38 views

Souncloud Sharing

I want to share the sound to Soundcloud from my application,i couldn be able to find a good tutorial for integration in ios6 ,Can any one pls help me with some refrences?
2
votes
2answers
481 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
76 views

SoundCloud player widget disabling sound stats

I was looking at the SoundCloud player widget API and trying to resolve an issue I am having with a smaller scale player. Currently the track artist, name and all of the SoundCloud track stats load. I ...
0
votes
0answers
48 views

SoundCloud API Call returns cached results for Activities

Is anyone else experiencing the same results for https://api.soundcloud.com/me/activities on SoundCloud API? Almost 2 days, it always returns the same results. To compare ...
0
votes
1answer
62 views

Sound Cloud returning 401 error

Recently I start work with Sound cloud API (PHP) and I decided to use PHP API by https://github.com/mptre/php-soundcloud. But When I am trying to get access token from Sound cloud server by this ...
1
vote
1answer
117 views

Bind() to a dynamically embedded souncloud widget

I am using the following code to embed a soundcloud widget: SC.oEmbed(soundcloud_url, {color: "3C9FCE"}, document.getElementById('container_id')); How do I bind a SC.Widget.Events.Ready to it? I ...

1 2 3 4 5 15