Recording app sound in iphone

Posted by user292127 on Stack Overflow See other posts from Stack Overflow or by user292127
Published on 2010-06-09T11:13:34Z Indexed on 2010/06/14 11:32 UTC
Read the original article Hit count: 107

Hi,

I am developing a music mixing app in iphone. It'll mix the music and user can compose a new music from it. I need to record this final music. I had used AVAudiorecorder to record this one. But no change. It can record sound from microphone but I need to record app sound.

I had used audio queue call back function to record the audio. But when app runs I can hear the audio from my app and I couldn't hear any sound from recorded audio. There is no problem with recording since I can hear the audio recorded through microphone. But I need an offline recorder which can record the audio output of iphone, rather than the audio input through microphone. I need a recorder which can record audio using ipod touch (no microphone).

Any help?

© Stack Overflow or respective owner

Related posts about iphone-sdk-3.0

Related posts about audio-recording