使用 iPhone SDK 录制内部声音

发布于 2024-12-07 16:34:54 字数 1539 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

孤君无依 2024-12-14 16:34:55

没有公共 iOS API 允许您录制应用程序或设备可以发出的所有内部声音。只能录制某些类型的内部声音,例如应用程序使用音频队列或 RemoteIO 音频单元产生的声音。

对于录制外部声音,Apple 的 SpeakHere 示例代码可能比较合适。

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.

樱&纷飞 2024-12-14 16:34:55

ReplayKit 框架记录屏幕视频以及来自应用和麦克风的音频。但是 ReplayKit 与 AVPlayer 内容不兼容。它适用于 iOS 9.0 及更高版本。

ReplayKit framework records screen video and audio from the app and microphone. However ReplayKit is incompatible with AVPlayer content. It's available in iOS 9.0 and higher.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文