I am making a app that requires internal sound to be recorded, any solutions?

link|improve this question
you should give more description...... – Akkis21 Oct 1 '11 at 12:12
feedback

2 Answers

The is no public iOS API that will allow you to record all internal sound that an app or the device can make. Only certain types of internal sound can be recorded, for instance sounds produced by an app using Audio Queues or the RemoteIO Audio Unit.

For recording external sound, Apple's SpeakHere sample code might be appropriate.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.