ºÝºÝߣ

ºÝºÝߣShare a Scribd company logo
SoundCloud @ Music Hackday Barcelona 2010
What is SoundCloud?
Your sounds from anywhere to everywhere
Lots and lots of sounds
All kinds of audio – Music, samples, loops, recordings
Almost 2 million users
Lots of activity
A platform open for hacking
100s of developers, 1000s of registered apps
Social Sounds
Hacking
Three lines of code for sharing any audio
Huge database of tracks – growing every second
Great search tools over API
Streaming, oEmbed, widgets, players
Machine tags
Big social graph of audio creators
The SoundCloud API
Restful

Libraries for most languages
  AS3, C, Cocoa, Java, Javascript, PHP, Python, Ruby

Connect with SoundCloud
  oAuth 2 authentication – Facebook connect style

Typical actions
  Track Upload, download, searching & streaming

  Meta Data, Artwork, Comments & Favorites

  Public & Private Sharing
RESTful API
> http://api.soundcloud.com/tracks/2
<track>
  <sharing>public</sharing>
  <tag-list>electric,beats</tag-list>
  <streamable type="boolean">true</streamable>
  <bpm type="float">120.0</bpm>
  <license>cc-by-nc-sa</license>
  <waveform-url>
    http://waveforms.soundcloud.com/KcoNolQWb1bB_m.png
  </waveform-url>
  <stream-url>
    http://api.soundcloud.com/tracks/2/stream
  </stream-url>
</track>
Connect with SoundCloud
Custom Player API
$('a.sc-player').scPlayer();




http://github.com/soundcloud/soundcloud-custom-player
Widget API
soundcloud.addEventListener('onPlayerReady', function
(player, data) {
  console.log('player ready');
});




http://github.com/soundcloud/Widget-JS-API
oEmbed API
http://soundcloud.com/oembed?url=track-url




http://github.com/soundcloud/api/wiki/oEmbed-API
soundcloud.com/developers
Hacks
Radio Free
Tracks on a Map
CloudPost
AmpKit
Prize
Thanks!
eric@soundcloud.com
   twitter.com/ericw
We’re hiring :)
soundcloud.com/jobs

More Related Content

SoundCloud @ Music Hackday Barcelona 2010