<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.10.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFAudio",
  "identifier" : "/documentation/AVFAudio/AVAudioUnit",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AVFAudio"
    ],
    "preciseIdentifier" : "c:objc(cs)AVAudioUnit"
  },
  "title" : "AVAudioUnit"
}
-->

# AVAudioUnit

A subclass of the audio node class that, processes audio either in real time or nonreal time, depending on the type of the audio unit.

```
class AVAudioUnit
```

## Topics

### Getting the Core Audio audio unit

### Loading an audio preset file

[`loadPreset(at:)`](/documentation/AVFAudio/AVAudioUnit/loadPreset(at:))

Loads an audio unit using a specified preset.

### Creating an audio unit component

[`instantiate(with:options:completionHandler:)`](/documentation/AVFAudio/AVAudioUnit/instantiate(with:options:completionHandler:))

Creates an instance of an audio unit component asynchronously and wraps it in an audio unit class.

### Getting audio unit values

[`audioComponentDescription`](/documentation/AVFAudio/AVAudioUnit/audioComponentDescription)

The audio component description that represents the underlying Core Audio audio unit.

[`manufacturerName`](/documentation/AVFAudio/AVAudioUnit/manufacturerName)

The name of the manufacturer of the audio unit.

[`name`](/documentation/AVFAudio/AVAudioUnit/name)

The name of the audio unit.

[`version`](/documentation/AVFAudio/AVAudioUnit/version)

The version number of the audio unit.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)