---
title: delegate
framework: avfaudio
role: symbol
role_heading: Instance Property
path: avfaudio/avaudiorecorder/delegate
---

# delegate

The delegate object for the audio recorder.

## Declaration

```swift
weak var delegate: (any AVAudioRecorderDelegate)? { get set }
```

## See Also

### Responding to recorder events

- [AVAudioRecorderDelegate](avfaudio/avaudiorecorderdelegate.md)
