Basically its code from famous 7 part audio exploring on trailsinthesand.com
Many people are unable to run that code on 3.1.2 SDK for that reason here’s a full project file for them.
Things you should know about this project/app.
- It works in simulator aswell, (tested on 3.1.2 SDK)
- Not much modified from original version of trailsinthesand.com, (just record and play)
- Remove/change [UIAppDelegate setStatusText:] in audioRecorder.m for use with your project.
- Use [audioRecorder getFileLocation] if you want to get recorded aif file location.
- Credit goes to trailsinthesand.com
Download the source below (xcodeproj)

download iPhone audioRecorder project
You sir, are fkn awesm
thanks!
K
Great job on the trails in the sand code. I had a hard time getting the pieces to fit from the original tutorial, but your code is solid. One question, do you have a XIB file that will work with it or some advice on how to link it correctly to a XIB. I want to roll some of the code into another project with a XIB.
Thanks,
H
Thanks for sharing code. Good job.
Your code is really useful!! Thanks a lot.