---
title: audioPan
framework: corehaptics
role: symbol
role_heading: Type Property
path: corehaptics/chhapticevent/parameterid/audiopan
---

# audioPan

The stereo panning of an audio event.

## Declaration

```swift
static let audioPan: CHHapticEvent.ParameterID
```

## Discussion

Discussion This parameter value ranges from -1.0 (panned hard left) to 1.0 (panned hard right). The default value is 0.0 (center panned).

## See Also

### Audio Event Parameter IDs

- [audioVolume](corehaptics/chhapticevent/parameterid/audiovolume.md)
- [audioPitch](corehaptics/chhapticevent/parameterid/audiopitch.md)
- [audioBrightness](corehaptics/chhapticevent/parameterid/audiobrightness.md)
