---
title: AudioBalanceFadeType.equalPower
framework: audiotoolbox
role: symbol
role_heading: Case
path: audiotoolbox/audiobalancefadetype/equalpower
---

# AudioBalanceFadeType.equalPower

Overall loudness remains constant, but gain can exceed 1.0. The gain value is 1.0 when the balance and fade are in the center. From there they can increase to +3dB (1.414) and decrease to silence.

## Declaration

```swift
case equalPower
```

## See Also

### Types

- [AudioBalanceFadeType.maxUnityGain](audiotoolbox/audiobalancefadetype/maxunitygain.md)
