Record, Save, And then Play the Recording Sound
Hey everyone,
I'm trying to build an application which records a sound using AVAudioRecorder.
After the sound is finished recording, the application should be able to rename the sound and then save it to the iphone's memory.
When it is saved I'm trying to get all the saved sounds on a UITableView.
Is there a way to do it?
I already got the recording and playing the sound done, I just need help in saving the recording, loading it in UITableView, and then playing the right sound for each cell.
Can you guys help me with the right code?
Thanks a lot in advance,
Offek
|