---
title: downmix
framework: avfaudio
role: symbol
role_heading: Instance Property
path: avfaudio/avaudioconverter/downmix
---

# downmix

A Boolean value that indicates whether the framework mixes the channels instead of remapping.

## Declaration

```swift
var downmix: Bool { get set }
```

## Discussion

Discussion This property defaults to false, indicating that the framework remaps the channels. When true, and channel remapping is necessary, the framework mixes the channels.

## See Also

### Getting Audio Converter Properties

- [channelMap](avfaudio/avaudioconverter/channelmap.md)
- [dither](avfaudio/avaudioconverter/dither.md)
- [inputFormat](avfaudio/avaudioconverter/inputformat.md)
- [outputFormat](avfaudio/avaudioconverter/outputformat.md)
- [magicCookie](avfaudio/avaudioconverter/magiccookie.md)
- [maximumOutputPacketSize](avfaudio/avaudioconverter/maximumoutputpacketsize.md)
