---
title: AVAudioEnvironmentOutputType.builtInSpeakers
framework: avfaudio
role: symbol
role_heading: Case
path: avfaudio/avaudioenvironmentoutputtype/builtinspeakers
---

# AVAudioEnvironmentOutputType.builtInSpeakers

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

## Declaration

```swift
case builtInSpeakers
```

## Discussion

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.

## See Also

### Output Types

- [AVAudioEnvironmentOutputType.auto](avfaudio/avaudioenvironmentoutputtype/auto.md)
- [AVAudioEnvironmentOutputType.headphones](avfaudio/avaudioenvironmentoutputtype/headphones.md)
- [AVAudioEnvironmentOutputType.externalSpeakers](avfaudio/avaudioenvironmentoutputtype/externalspeakers.md)
