AVAssetWriter has an audio 'crackle' only on iOS 13 devices
问题 I use AVCaptureSession to write to a mov file using AVAssetWriter. The same code on a pre-iOS 13 devices does not have the crackle. On all iOS 13 devices, regardless of iPhone/iPad model, have the audio crackle. I've submitted this to Apple as a bug, but I'm worried I'm missing something simple. Is there anyone else experiencing this? Any ideas of settings I could change? Things I've tried Changed mov -> mpeg Tried multiple audio codecs (particularly AppleLossless and AAC) Pushed to main