---
title: "audioRecorderBeginInterruption(_:)"
framework: avfaudio
role: symbol
role_heading: Instance Method
path: "avfaudio/avaudiorecorderdelegate/audiorecorderbegininterruption(_:)"
---

# audioRecorderBeginInterruption(_:)

Tells the delegate that the system interrupted the audio recording.

## Declaration

```swift
optional func audioRecorderBeginInterruption(_ recorder: AVAudioRecorder)
```

## Parameters

- `recorder`: The interrupted audio recorder.

## See Also

### Responding to Audio Interruptions

- [audioRecorderEndInterruption(_:)](avfaudio/avaudiorecorderdelegate/audiorecorderendinterruption(_:).md)
- [audioRecorderEndInterruption(_:withOptions:)](avfaudio/avaudiorecorderdelegate/audiorecorderendinterruption(_:withoptions:).md)
- [audioRecorderEndInterruption(_:withFlags:)](avfaudio/avaudiorecorderdelegate/audiorecorderendinterruption(_:withflags:).md)
