views:

2052

answers:

4

In my app the user plays a sound by pressing a button. There are several buttons which can be played simultaneously. The sounds are played using AVAudioPlayer instances. I want to record the output of these instances using AVAudioRecorder. I have set it all up and a file is created and records but when I play it back it does not play any sound. It is just a silent file the length of the recording. Does anyone know if there is a setting I am missing with AVAudioPlayer or AVAudioRecorder? Thanks

+1  A: 

It would probably be easier to help if we saw your code.

You should also check out the following link to see if you have your AVAudioRecorder setup correctly: http://stackoverflow.com/questions/1010343/how-do-i-record-audio-on-iphone-with-avaudiorecorder

Although that link shows how to setup a recording from the mic, it might still be helpful to you.

dizy
A: 

Hey Kieran,

I am asking same thing here, do you have maybe solution?

Cheers, Ivan

A: 

Hi Keiran,

Hope you are doing good.

I m looking the same issue. Have you found any help on this.

Thanks, Surendra

Surendra
A: 

Hi Keiran,

Did you find the solution for this.

kiri