简体   繁体   中英

iPhone applications internal audio recording

I want to record audio that is played by my application in a file. does somebody have any idea to do that? it is also achieved in talking tomcat application.

There are two ways to record and play an audio file on an iPhone:

  • You could use the standard Core Audio Framework which is provided in Objective-C and C Code.
  • Or what probably would be easier is using the only in IOS available AVAudio* Classes.

Have a look at the AVAudioRecorder class. Its pretty simple to use and if you google for this class name you will find plenty of example code: API - AVAudioRecorder

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM