zoukankan      html  css  js  c++  java
  • audio unit版本须知

    AudioUnit

    Add sophisticated audio manipulation and processing capabilities to your app. Create audio unit extensions that generate or modify audio in a host app.

    • iOS 2.0+
    • macOS 10.0+
    • Mac Catalyst 13.0+
    • tvOS 9.0+

    Overview

    The Audio Unit framework provides interfaces for hosting either version 2 or version 3 audio units and implementing version 3 audio processing plug-ins known as Audio Unit extensions. Developers implementing version 3 audio units should subclass the AUAudioUnit class.

    Version 3 Audio Unit extensions can be used on iOS, tvOS, and macOS by host apps and distributed via the App Store.

    To learn more about App Extensions and version 3 Audio Unit extensions, see the App Extension Programming Guide and the WWDC 2015 presentation Audio Unit Extensions.

  • 相关阅读:
    HDU 1058
    Codeforces 349C
    HDU 2602
    HDU 2571
    HDU 2955
    HDU 2084
    HDU 1003
    HDU 1506 & 1505
    POJ 1854
    HDU 2095
  • 原文地址:https://www.cnblogs.com/8335IT/p/12336484.html
Copyright © 2011-2022 走看看