<!--
{
  "availability" : [
    "iOS: 4.0.0 -",
    "iPadOS: 4.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.7.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVMutableAudioMixInputParameters",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVMutableAudioMixInputParameters"
  },
  "title" : "AVMutableAudioMixInputParameters"
}
-->

# AVMutableAudioMixInputParameters

The parameters you use when adding an audio track to a mix.

```
class AVMutableAudioMixInputParameters
```

## Topics

### Creating input parameters

[`audioMixInputParameters`](/documentation/AVFoundation/AVMutableAudioMixInputParameters/audioMixInputParameters)

Creates a mutable input parameters object.

[`init(track:)`](/documentation/AVFoundation/AVMutableAudioMixInputParameters/init(track:))

Creates a mutable input parameters object for a given track.

### Managing the track ID

[`trackID`](/documentation/AVFoundation/AVMutableAudioMixInputParameters/trackID)

The identifier of the audio track to which the parameters should be applied.

### Setting the volume

[`setVolume(_:at:)`](/documentation/AVFoundation/AVMutableAudioMixInputParameters/setVolume(_:at:))

Sets the value of the audio volume starting at the specified time.

[`setVolumeRamp(fromStartVolume:toEndVolume:timeRange:)`](/documentation/AVFoundation/AVMutableAudioMixInputParameters/setVolumeRamp(fromStartVolume:toEndVolume:timeRange:))

Sets a volume ramp to apply during a specified time range.

### Getting an audio tap

[`audioTapProcessor`](/documentation/AVFoundation/AVMutableAudioMixInputParameters/audioTapProcessor)

The audio processing tap associated with the track.

### Time pitch settings

[`audioTimePitchAlgorithm`](/documentation/AVFoundation/AVMutableAudioMixInputParameters/audioTimePitchAlgorithm)

The processing algorithm used to manage audio pitch for scaled audio edits.

[`AVAudioTimePitchAlgorithm`](/documentation/AVFoundation/AVAudioTimePitchAlgorithm)

An algorithm used to set the audio pitch as the rate changes.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)