---
title: kAudioQueueParam_Pitch
framework: audiotoolbox
role: symbol
role_heading: Global Variable
path: audiotoolbox/kaudioqueueparam_pitch
---

# kAudioQueueParam_Pitch

The number of cents to pitch-shift the audio queue’s playback, in the range -2400 through 2400 cents (where 1200 cents corresponds to one musical octave.)

## Declaration

```swift
var kAudioQueueParam_Pitch: AudioQueueParameterID { get }
```

## Discussion

Discussion This parameter is usable only if the time/pitch processor is enabled.

## See Also

### Constants

- [kAudioQueueParam_Volume](audiotoolbox/kaudioqueueparam_volume.md)
- [kAudioQueueParam_PlayRate](audiotoolbox/kaudioqueueparam_playrate.md)
- [kAudioQueueParam_VolumeRampTime](audiotoolbox/kaudioqueueparam_volumeramptime.md)
- [kAudioQueueParam_Pan](audiotoolbox/kaudioqueueparam_pan.md)
