<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.10.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFAudio",
  "identifier" : "/documentation/AVFAudio/AVAudioCommonFormat",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AVFAudio"
    ],
    "preciseIdentifier" : "c:@E@AVAudioCommonFormat"
  },
  "title" : "AVAudioCommonFormat"
}
-->

# AVAudioCommonFormat

The format options that describe common audio formats.

```
enum AVAudioCommonFormat
```

## Topics

### Formats

[`AVAudioCommonFormat.otherFormat`](/documentation/AVFAudio/AVAudioCommonFormat/otherFormat)

A format other than one the enumeration specifies.

[`AVAudioCommonFormat.pcmFormatFloat32`](/documentation/AVFAudio/AVAudioCommonFormat/pcmFormatFloat32)

A format that represents the standard format as native-endian floats.

[`AVAudioCommonFormat.pcmFormatFloat64`](/documentation/AVFAudio/AVAudioCommonFormat/pcmFormatFloat64)

A format that represents native-endian doubles.

[`AVAudioCommonFormat.pcmFormatInt16`](/documentation/AVFAudio/AVAudioCommonFormat/pcmFormatInt16)

A format that represents signed 16-bit native-endian integers.

[`AVAudioCommonFormat.pcmFormatInt32`](/documentation/AVFAudio/AVAudioCommonFormat/pcmFormatInt32)

A format that represents signed 32-bit native-endian integers.



---

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)