---
title: wetDryMix
framework: avfaudio
role: symbol
role_heading: Instance Property
path: avfaudio/avaudiounitdistortion/wetdrymix
---

# wetDryMix

The blend of the distorted and dry signals.

## Declaration

```swift
var wetDryMix: Float { get set }
```

## Discussion

Discussion You specify the blend as a percentage. The default value is 50%. The valid range is 0% through 100%, where 0 represents all dry.

## See Also

### Getting and setting the distortion values

- [preGain](avfaudio/avaudiounitdistortion/pregain.md)
