Record Internal Sound iPhone SDK

北城余情 提交于 2020-01-06 11:54:05

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/7620131/record-internal-sound-iphone-sdk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!