---
title: kAudioUnitSubType_TimePitch
framework: audiotoolbox
role: symbol
role_heading: Global Variable
path: audiotoolbox/kaudiounitsubtype_timepitch
---

# kAudioUnitSubType_TimePitch

An audio unit that can provide independent control of playback rate and pitch. This subtype provides a generic view, making it suitable for UI and programmatic context. macOS provides realtime and offline audio units of this subtype.

## Declaration

```swift
var kAudioUnitSubType_TimePitch: UInt32 { get }
```
