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

4
votes
0answers
123 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 ...
3
votes
0answers
614 views

SoundCloud's Facebook authentication not working

I still experience exactly the bug described here: SoundCloud's connect with Facebook not working in iOS. My app is built in Adobe AIR. The app's name is CloudDeck (clouddeck.net). The ...
2
votes
0answers
38 views

Access token request sometimes gets stuck via Java SoundCloud API library

We have implemented a system to upload our MP3 podcasts to SoundCloud on a regular basis by using Java SoundCloud API library. Everything works great in 99% of the time. However, we've had a couple ...
2
votes
0answers
34 views

Reading Soundcloud methods in the widget api

I am keen to access control the Soundcloud Widget data. I just can't recall the syntax to set api_setVolume() to zero ie mute. This is the code I've put in the tag <head> <script ...
2
votes
0answers
112 views

How can I get the secret link for a track posted to Soundcloud in Python?

I'm developing a simple app using Python where I can post tracks to my own Soundcloud account. I would like to get the 'Secret link' URL for a track that I post. For example, I get the most recent ...
2
votes
0answers
80 views

Soundcloud api: Geo Tag search not working

Geo search tags appear not to be working. I have an app that has been running for months with no changes. It broke recently and upon troubleshooting I found that geo tag search, both specific and ...
2
votes
0answers
148 views

Soundcloud popup_callback.html not redirected to callback url after Facebook login

my first post after years of reading :P I think that are some problem with the page of soundcloud https://soundcloud.com/popup_callback.html My app uses the soundcloud api and work fine, but when my ...
2
votes
0answers
139 views

Soundcloud Custom Player - IOS 5 Returning Intermittant NaN Value for onMediabuffering event

I've come across a problem with the soundcloud custom player in Safari IOS 5 in that the Play Bar Indicator, Track Buffer Bar Indicator and Seek function stops working correctly. To recreate the ...
2
votes
0answers
118 views

html 5 or jquery player with share functions

I'm looking for an html 5 player or jquery player with share functions to at least facebook and twitter. And a link copy function so someone could paste a link in email etc. Soundcloud is close ...
2
votes
0answers
705 views

Controlling Soundcloud HTML5 Widget Player Volume

I have been attempting to use the example given on this Soundcloud Blog page so I can set the volume lower. http://developers.soundcloud.com/blog/html5-widget-api I only changed the iframe size and ...
2
votes
0answers
559 views

Redirect URI mismatch iOS soundcloud

I'm developping an iOS app which use soundcloud API. I followed this tutorial : https://github.com/soundcloud/CocoaSoundCloudAPI Everything was fine until the login step.. I try to upload a song ...
2
votes
0answers
103 views

How do you make a SoundCloud App submit content to a specific SoundCloud dropbox?

I have installed a SoundCloud group recorder on my site, which does not work on iPhones or iPads. Could I instead put a link on the page to the SoundCloud app in the iTunes App store, and then have ...
2
votes
0answers
195 views

Building SoundCloudAPI Fails with Apple Mach-O Librarian Error

I'm trying to integrate SoundCloud sharing into my project using the instructions at https://github.com/soundcloud/CocoaSoundCloudAPI. In my workspace, OHAttributedLabel, OAuth2Client, JSONKit and ...
2
votes
0answers
132 views

Urgent- Issues in specifying tracks while updating a playlist on soundcloud

I am using Soundcloud AS3 library to build an application. I am able to create/get-all playlists for a user. But while updating an existing playlist, I don't understand the syntax by which I can ...
1
vote
0answers
51 views

SoundCloud track search without q parameter returns 503

I think there is an unintended error with the track searching. I have a desktop app that searches for tracks based on tags. The problem is that without the "q" parameter, no matter what I search for ...
1
vote
0answers
5 views

Upload one .AIFF to server, then sends to Soundcloud, Bandcamp, etc

I am a beginner, but I think this question could be handy for many people. Basically, I would like to upload one .aiff to my server (I am hosted by Dreamhost) into a folder for archiving. Once it is ...
1
vote
0answers
48 views

Uploading to Soundcloud in perl using WebService::Soundcloud

I'm trying to upload a sound to soundcloud using WebService::Soundcloud. I've so far been able to make a couple of GET/POST requests following the examples provided here. However, I can't find a ...
1
vote
0answers
46 views
+50

Order by playbacks when fetching tracks from SoundCloud

I am fetching a list of tracks from soundcloud's API using the following query to retrieve the 5 most popular tracks: https://api.soundcloud.com/tracks?client_id=XXX&order=hotness&limit=5 ...
1
vote
0answers
104 views

SoundCloud HTML5 widget: share panel covers waveform when audio finished

When the audio completes in the HTML5 version of the SoundCloud widget, the share panel appears and covers the audio waveform. The user can replay the audio; however, the share panel doesn't ...
1
vote
0answers
65 views

Search by geo filter with soundcloud api

When attempting to search for tracks based on 'geo' filter I always get back zero results. According to the documentation you can use * as a wildcard to search lat/lon ranges that exist in the ...
1
vote
0answers
170 views

Soundcloud oEmbed only works with http, not https; all urls are https

I'm working with some soundcloud files that I want to oEmbed in a discourse message board. The urls are https but when you hit the soundcloud enpoint with a https, it causes a 500. For example, the ...
1
vote
0answers
70 views

Sound Cloud javascript API Stop() method not working

I'm trying to toggle start and stop a Sound Cloud stream with the following code. The play() method is working as wall as the conditional logic. But the stop() method is not. Can anyone explain what ...
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
0answers
57 views

Programmatically setting quiet mode options (comments/stats) through SoundCloud's API

I'm in the process of migrating my company's audio from the old hosting provider to SoundCloud. I've written a script to automate this process which uploads the audio file, its thumbnail, and writes ...
1
vote
0answers
100 views

SoundCloud SC.Widget.Events.FINISH only fired once

I'm using the SoundCloud HTML5 iFrame widget and I'm trying to trigger an event when it finishes. The first time a song finishes, the event triggers. But when I play another song the same way after ...
1
vote
0answers
84 views

HTML5 widget .play() method not working

SC.Widget('id_of_widget').play(); doesn't seem to work on iOS (v6 in pod touch). I've been trying to get it to work on my own site, (http://www.fromabrokenheart.com/119) but couldn't. All is fine in ...
1
vote
0answers
121 views

SoundCloud POST Comment Not Authorized

[UPDATE] Problem fixed. Working code and method updated below! So, I am trying to post a comment to a SoundCloud track using the SoundCloud api in AS3. The documentation can be found here: ...
1
vote
0answers
153 views

Soundcloud API returning a short URL - Javascript

I would like to tell the API to return a short url and echo the short url of the song, instead of the long url. For example snd.sc I just can't find any documentation on this, can anyone point me ...
1
vote
0answers
50 views

How do I get listening activities from the SoundCloud activities API?

I'm interested in showing what tracks a user has listened to lately; but that doesn't seem to be available in the activities API: http://developers.soundcloud.com/docs/api/reference#activities Am I ...
1
vote
0answers
520 views

Soundcloud Embedded player is not working correctly on IE 10

I was just testing the new IE10 that was announced today for Windows 7, and I noticed the Soundcloud embedded players don't look right. Using this page as a sample ...
1
vote
0answers
224 views

Using the SoundCloud HTML5 widget in a webView changes it's appearance to look like a 'web app'

It's very annoying that SoundCloud has such a nice HTML5 player which works perfectly in Mobile Safari, yet when you try to use that same iframe in a webView in an app, it transforms itself into this ...
1
vote
0answers
53 views

Unable to update user full name on Soundcloud, over api access?

Are anyone using Soundcloud.com api and trying to update user[full_name] ?! I'm developing my own PHP wrapper, but I've tested with the 'Official supported' php wrapper, with no luck too. Is it ...
1
vote
0answers
94 views

Trying Soundcloud API for the first time but it won't load my tracks

I'm sure that I've done something very simple that wrong but... I've registered an app. Got my client ID and Secret and my code is below. If anyone can give me some pointers I would be most grateful. ...
1
vote
0answers
218 views

Recording audio to internet - SoundCloud API?

So I need to allow clients to record audio to the internet. Best solution I've found so far which keeps them on our site is the Soundcloud API and I just give them our account details and they use a ...
1
vote
0answers
245 views

Contributing sound to a SoundCloud group

Here it is said how to "Contributing a Sound to a Group". But when i do this: import soundcloud client = soundcloud.Client(client_id='...', client_secret='...', ...
1
vote
0answers
630 views

Soundcloud - Repeat code for each playlist

I am creating a music application for a client. To do so I'm using SoundCloud and basing my work of a prebuilt open source app here - https://github.com/soundcloud/soundcloud-premiere This issue I'm ...
1
vote
0answers
211 views

Bug: SoundCloud OAuth2 connection will fail if Redirect URI includes “&” character

I'm getting an error while connecting to Sound API trought OAuth2. This is the connection link I use: ...
1
vote
0answers
161 views

SoundCloud API: Ordering by hotness with the “created_at” filter doesn't work

I am trying to determine the hottest tracks in the range of May 1 2012 to May 10 2012. Unfortunately, the following query returns an empty set of tracks: ...
1
vote
0answers
149 views

SoundCloud API order by hotness doesn't work anymore

It seems that the order attribute stopped to work on the API a couple of month ago, it was working in december as far as I can remember, but now it only sorts by created_at and not hotness anymore. So ...
1
vote
0answers
285 views

Soundcloud + SoundManager bug: reading a stream's eqData

(This is mainly targeted toward Soundcloud employees because they use Stackoverflow for support) I've built an app that reads the eqData from a soundcloud stream using soundmanager2: ...
1
vote
0answers
442 views

Scrollto a class not in view, added with jQuery

So I'm having a problem with my songs not scrolling into view when the selected song is not in view. I'm using Soundcloud's API custom player, so <div class="sc-player"> <a ...
1
vote
0answers
465 views

Using soundcloud HTML5 player on https page

Trying to embed the html5 soundcloud player to work on a secure page without warnings. <iframe width="100%" height="166" scrolling="no" frameborder="no" ...
1
vote
0answers
401 views

Why are some SoundCloud tracks causing their HTML5 widget to fail?

I am using SoundCloud's own JavaScript API to embed HTML5 widgets on a site but am finding that often their HTML5 widget will not function correctly: neither the waveform nor the artwork displays ...
1
vote
0answers
207 views

How can i know what the custom soundcloud player is playing?

I'm working with the custom soundcloud player to build a website around my own tracks. The point is that i want the website to show for every track a different background image. The player has ...
1
vote
0answers
461 views

Soundcloud - Problems getting access token - get message invalid_client

I've registered an app on soundcloud.com I'm trying to login with oauth 2 and php using curl I can what seems to login ok but when go to exchange the token for the access code I get the follow error: ...
1
vote
0answers
443 views

ajax loading flash swf coming out empty

im loading soundcloud embedded players in via jquery .load() in IE whenever an swf is in it the load freezes and becomes incomplete. if there isnt one the query works fine. it also works fine on ...
0
votes
0answers
6 views

uiwebview SoundCloud embed frame won't play unless you click play twice

I have a webview that its loading a SoundCloud embedded frame to load an HTML 5 audio player. Everything works great except I have to click the play button twice before it plays. I'm not sure if this ...
0
votes
0answers
6 views

ssl trust chain broken in soundcloud, wss times out, playhead goes back to zero pos when click

to show a some bugs i reported months ago is still here :=/ the first time i reported this soundcloud support told me to switch to newer browsers.. like chrome 19 and firefox 17.. now months later as ...
0
votes
0answers
11 views

Change streamable permission of a sound on Soundcloud via API

Can I change streamable permission of a sound on Soundcloud via API? I can change sharing and downloadable but I can't change streamable. require 'soundcloud' client = Soundcloud.new client_id: ...
0
votes
0answers
14 views

SoundCloud API - Possible to Favorite Playlists?

I have figured out how "like" a track var favoriteTrack = "/me/favorites/" + longID; SC.put(favoriteCall); But if I replace the longID with that of a playlist, I get a 404 (not found) error with ...

1 2 3 4 5 7