audioTimePitchAlgorithm
The processing algorithm used to manage audio pitch at different rates.
Declaration
var audioTimePitchAlgorithm: AVAudioTimePitchAlgorithm { get set }Discussion
The default value on iOS is lowQualityZeroLatency; on macOS, the default is timeDomain. The device automatically mutes audio when timebase is not supported by AVAudioTimePitchAlgorithm. Modifying this property while timebase is not 0.0 may cause the rate to briefly change to 0.0.