<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AudioToolbox",
  "identifier" : "/documentation/AudioToolbox/AUParameterObserver",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "Audio Toolbox"
    ],
    "preciseIdentifier" : "c:@T@AUParameterObserver"
  },
  "title" : "AUParameterObserver"
}
-->

# AUParameterObserver

A block called after the value of a parameter changes.

```
typealias AUParameterObserver = (AUParameterAddress, AUValue) -> Void
```

## Discussion

The block takes the following parameters:

- address: The address of the parameter.
- value: The current value of the parameter.

## See Also

[`-  tokenByAddingParameterObserver:`](/documentation/AudioToolbox/AUParameterNode/token(byAddingParameterObserver:))

Adds an observer for a single parameter or all parameters in a group.



---

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)