<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFAudio",
  "identifier" : "/documentation/AVFAudio/AVAudioEnvironmentOutputType/builtInSpeakers",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "AVFAudio"
    ],
    "preciseIdentifier" : "c:@E@AVAudioEnvironmentOutputType@AVAudioEnvironmentOutputTypeBuiltInSpeakers"
  },
  "title" : "AVAudioEnvironmentOutputType.builtInSpeakers"
}
-->

# AVAudioEnvironmentOutputType.builtInSpeakers

Renders the audio output for built-in speakers on the current hardware.

```
case builtInSpeakers
```

## Discussion

The output isn’t suitable for playback on other hardware.

In iOS devices, the rendering can be specific to device orientation. Manual rendering modes may not provide the rendering you expect if the device orientation changes between rendering the audio and playing it back.

---

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)