我们可以使用Core Audio SDK来开发iOS的音效单元吗?

发布于 2024-12-28 04:52:59 字数 121 浏览 3 评论 0原文

苹果称有一个所谓的“Core Audio SDK”用于“Mac OS X 开发”。由于 Mac 上的 Core Audio 和 iOS 上的 Core Audio 之间存在相似之处,也许也可以使用该 SDK 进行 iOS 开发?

There's a so called "Core Audio SDK" which Apple says is for "Mac OS X development". Since there are similarities between Core Audio on the Mac and Core Audio on iOS maybe it's possible to use that SDK for iOS development as well?

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

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

发布评论

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

评论(2

甩你一脸翔 2025-01-04 04:52:59

如果您引用 Xcode 附带的 CA 公共源 (DEV_TOOLS_PATH/Extras/CoreAudio/):您可以将它用于它提供的某些功能。

不幸的是,您不能像在 OS X 上那样在 iOS 上安装和加载 AudioUnit Effects - 如果这就是您想要的……

If you are referring to the CA Public sources (DEV_TOOLS_PATH/Extras/CoreAudio/) that ship with Xcode: You can use it for some of the things it provides.

Unfortunately, you can't just install and load AudioUnit Effects on iOS like you do on OS X -- if that's what you are getting at…

情话难免假 2025-01-04 04:52:59

使用 CoreAudio 不需要 SDK,只需将 CoreAudio 框架添加到 xcode 中的 iOS 项目中即可

You don't need an SDK to use CoreAudio, just add the CoreAudio framework to your iOS project in xcode

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