Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有一个所谓的“核心音频 SDK”,Apple 称它用于“Mac OS X 开发”。由于 Mac 上的 Core Audio 和 iOS 上的 Core Audio 有相似之处,也许也可以将该 SDK 用于 iOS 开发?
您不需要 SDK 即可使用 CoreAudio,只需在 xcode 中将 CoreAudio 框架添加到您的 iOS 项目中即可
如果您指的是DEV_TOOLS_PATH/Extras/CoreAudio/Xcode 附带的 CA 公共资源 ( ):您可以将它用于它提供的一些东西。
DEV_TOOLS_PATH/Extras/CoreAudio/
不幸的是,您不能像在 OS X 上那样只在 iOS 上安装和加载 AudioUnit Effects ——如果这就是您所得到的……</p>