SoundCloud Application

Connect the World of Sound

* Share : http://developers.soundcloud.com/blog/sharing-sounds
* Stream : http://developers.soundcloud.com/blog/stream-and-download
* Customize : http://developers.soundcloud.com/blog/custom-players

SoundCloud Widgets

http://soundcloud.com/pages/widgets

http://soundcloud.com/svnlabs

API | Javascript SDK | Widget | Custom Player | oEmbed

API Wrapper for SoundCloud written in PHP with support for authentication using OAuth 2.0

<?php
try {
    $response = json_decode($soundcloud->get('me'), true);
} catch (Services_Soundcloud_Invalid_Http_Response_Code_Exception $e) {
    exit($e->getMessage());
}

?>

Demo Apps

https://github.com/mptre/ci-soundcloud
https://github.com/jazonv/soundclouder
https://github.com/fastfrwrd/joshuashank.com
https://github.com/thegreat/Drupal-SoundCloud
https://github.com/idflood/sndlite

There are many sound applications built using the SoundCloud API.