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.
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
106 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
119 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
83 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
118 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
218 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
115 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
92 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
165 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
377 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
275 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
92 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
115 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
65 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
174 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
145 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
78 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
69 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
91 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
144 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
156 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
172 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
560 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
62 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
87 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
185 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
167 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
76 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
460 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
46 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
115 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 ...
0
votes
0answers
142 views
Unable to login with client redirect URI, login view says configured URI invalid
I'm working with the CocoaSoundCloudAPI and am doing a few test apps. I have completed two without issue, but I am unable to login via the loginViewController on iOS. I have created an app profile on ...
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
1answer
119 views
Soundcloud Javascript API SC.get() will not allow me to change a variable outside of the function
I seem to be having a issue with the SC.get function in the Soundcloud Javascript API. I try to push a new item to the newSounds array; however, after the _.each loop exits the newSounds object is ...
0
votes
1answer
176 views
Manipulate soundcloud iframe widget
I'm loading soundcloud into my website using iframes. Is it possible to edit the style of the soundcloud iframe. Example. Set a class of the iframe to
visibility : hidden
Or is there another ...
0
votes
1answer
114 views
SoundCloud API login opens itunes app on IOS 6.0 device?
Have implemented SoundCloud API into app. All working well, using the SoundCloud IOS Quick Start guide.
- (IBAction) login:(id) sender
{
SCLoginViewControllerCompletionHandler handler = ^(NSError ...
0
votes
0answers
134 views
render (youtube/soundcloud-links and comments) facebook wall on my website (like facebook itself)
with the Facebook SDK i have wrote some code to get my Fanpage-Wall-Messages and Photo-Posts ob my Fanpage-Website!
But is there any finished code-Snippet to render all cases of types (like "status", ...
0
votes
0answers
73 views
How to add a track to a SoundCloud playlist in AS3?
OK, so I've been beating my head against this for a few days...
I'm building an app in AS3 that accesses a specific SoundCloud account. The account has two existing playlists - one is empty. ...
0
votes
0answers
122 views
SoundCloud Android Explicit Intent Sharing deletes file after upload
I'm using the soundcloud explicit intent sharing mechanism in my app since a long time, and it works well.
Intent intent = new Intent("com.soundcloud.android.SHARE")
...
0
votes
0answers
64 views
SC.stream not loading soundmanager2 with IE
Spent some time on the unminified sdk, and found out the readyState === 'complete', for IE678, is almost never fired, so I added a readyState === 'loaded' to the test. Now it works all the time...
...
0
votes
0answers
55 views
Process a stream from soundcloud
I would like to process a Soundcloud stream (for example get its Fourier Transform). The easiest way for me would be to use Java or Python, since I am running the script on a remote server.
Additional ...
0
votes
1answer
259 views
SoundCloud Custom Player and YouTube Embed Player on https
I am using SoundCloud Custom Player on https site, everything works good but on chrome (html5 player) I get console alert that the player loads mp3 file from
http://ak-media.soundcloud.com...
This ...



