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
0
votes
1 answer

Soundcloud Embed - "Error calling method on NPObject!"

I´ve been using the Soundcloud Widget for quite a while now. But since a week or so (I don´t know excatly) the error "Error calling method on NPObject!" occurs when trying to call a function like this one: soundcloud.getPlayer('scPlayer').api_play(…
Drencrom
  • 31
  • 7
0
votes
1 answer

Soundcloud iframe embed is throwing a type error / undefined exception

"Uncaught TypeError: Cannot read property 'removeItem' of undefined", source: https://w.soundcloud.com/player/assets/widget-9f6de367.js (61) I'm getting this when trying to use the soundcloud iframe embed in an Android WebView. This was working…
jaredpetker
  • 560
  • 5
  • 8
0
votes
1 answer

How to use Soundcloud API (authentication) with Angular.js

I already can use the public Soundcloud API, but I am struggling with that callback.html to get that login dialog. At Soundcloud my App has the following callback redirect uri for the callback.html: http://localhost:8080/#/callback On that route my…
Robin Wieruch
  • 14,900
  • 10
  • 82
  • 107
0
votes
0 answers

How can I embed latest/newest song from soundcloud?

How can I embed a users latest song/ most recently posted onto my website via sound cloud's embed function? I have tried changing the api.soundcloud.com/tracks to users and so on. I have also tried to use the documentation soundcloud has provided…
Dexento
  • 21
  • 1
  • 3
0
votes
1 answer

SoundCloud API data is retrieved in debugger but not when just run

I'm trying to extract user data using SoundCloud's available API. When I run the code, nothing appears in LocalStorage; however, when I run the code through the debugger, all the necessary key values are generated and added to LocalStorage.…
Novo
  • 201
  • 2
  • 9
0
votes
1 answer

Post WebAudio data to Soundcloud track using Javascript SDK

I'm trying to use an audio buffer composed of Float32Arrays (1 for each channel) as asset data to create a soundcloud track. The audio buffer for a mono recording looks like this: [Float32Array { 0=-0.0001220703125, 1=0.000579833984375, …
digital illusion
  • 497
  • 3
  • 19
0
votes
1 answer

SoundCloud Android explicit Intent sharing does not work anymore

Since the latest SoundCloud App update on Android, the explicit intent sharing (from other app) does not work anymore. Instead of showing the share page (which is normally called by the intent), it starts to record audio over the microphone, which…
gal
  • 441
  • 1
  • 4
  • 13
0
votes
3 answers

Stuck with multi click event

I am stuck with the following. I have a play button. When the user clicks the first time on it, it should play the song and add a pause button to it. The second time you click on the button, it should pause the song. Came up with…
Caspert
  • 4,271
  • 15
  • 59
  • 104
0
votes
1 answer

Is it possible to feed the Soundcloud widget a list of song track IDs?

Is it possible to feed the Soundcloud widget a list/array of song IDs, or do I need to listen for specific events and load them in that way?
0
votes
1 answer

SoundCloud API stream on ios / iphone

Should the stream action via SC API / Javascript SDK 2.0.0 work on iOS/Safari? I'm finding that it doesn't with the trivial example below. It seems like SoundManager is capable of knowing how & when to use html5. Am I mistaken?
Catcher
  • 55
  • 6
0
votes
0 answers

AS3/Flash - SoundCloud Streaming (crossdomain.xml)

Is it possible to stream an audio file through flash without embedding the sc player? What i mean is accessing the audio file without any redirects plus granting access through crossdomain.xml. SoundCloud closed access into sound, in Flash. Can …
Narek Hayrapetyan
  • 1,731
  • 15
  • 27
0
votes
1 answer

obtain soundcloud token using p2.OAuth2

I am trying to successfully retrive a SoundCloud Token using the p2/OAuth2 lib - github: https://github.com/p2/OAuth2 Basically I recreated the classes he provides in the example Project using SoundCloud properties class SoundCloudLoader { …
longbow
  • 1,593
  • 1
  • 16
  • 39
0
votes
1 answer

styles css in embeded souncloud player

I am trying to make a small site I use embed code to display soundcloud music in webpage. however, I want to remove the orange button play and the player down my iframe . I am researching I found that I could do it with css, just hidden buttons . So…
djodev
  • 13
  • 4
  • 9
0
votes
0 answers

iOS - SoundCloud - Integration number of frameworks (Sound cloud) in workspace

I know that CocoaSoundCloudAPI has no longer pull request support. But as per my project requirement it is necessary to use this api. I'm following - https://github.com/soundcloud/CocoaSoundCloudAPI I have created workspace and getting following…
Chetan Prajapati
  • 2,249
  • 19
  • 24
0
votes
2 answers

In Android, sharing an audio file to SoundCloud no longer works

Previously, if I choose an mp3 file (with audio/mpeg MIME type) and share it, there is a choice to upload to SoundCloud. Now, the only choice is "Record" from SoundCloud, which does not seem to read the mp3 file at all, instead asking the user to…
Randy Sugianto 'Yuku'
  • 71,383
  • 57
  • 178
  • 228
1 2 3
99
100