<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 17.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCaptureDevice/MicrophoneMode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@E@AVCaptureMicrophoneMode"
  },
  "title" : "AVCaptureDevice.MicrophoneMode"
}
-->

# AVCaptureDevice.MicrophoneMode

Constants that define the available microphone modes.

```
enum MicrophoneMode
```

## Topics

### Microphone modes

[`AVCaptureDevice.MicrophoneMode.standard`](/documentation/AVFoundation/AVCaptureDevice/MicrophoneMode/standard)

A mode that processes microphone audio with standard voice DSP.

[`AVCaptureDevice.MicrophoneMode.wideSpectrum`](/documentation/AVFoundation/AVCaptureDevice/MicrophoneMode/wideSpectrum)

A mode that minimizes microphone audio processing to capture all sounds in the room.

[`AVCaptureDevice.MicrophoneMode.voiceIsolation`](/documentation/AVFoundation/AVCaptureDevice/MicrophoneMode/voiceIsolation)

A mode that processes microphone audio to isolate the voice and attenuate other signals.



---

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)