A simple iOS app to record, upload and play sounds to your SoundCloud account.
This is a small but fully functional hobby project of mine. I figured that I needed an app to record guitar ideas on the go, and couldn't find something that did only that... So I made it!
It implements the (now abandoned) official SoundCloud API project.
- Record a sound from your device's microphone.
- Pause while recording, and play to review it.
- Upload to your SoundCloud account, considering permissions (public, private).
- Play any uploaded audio.
It lacks some basic features like session saving, API config, etc... but if you're interested in expanding it, fork it and send me a pull-request :)
To use the SoundCloud API, you first need to create an App on your SoundCloud Developer account, and set up the keys on the project.
Simply go to http://soundcloud.com/you/apps and create yours. Copy the ClientID and Client Secret to SCUAppDelegate.m. All set up! :)
- Compiles on iOS up to 8.4, but runs only up to the iOS iPhone 5 simulator.




