Edit: I got it working by instantiating my AVURLAsset with the AVURLAssetPreferPreciseDurationAndTimingKey option:
let asset = AVURLAsset(url: audioAsset.fileURL, options: [AVURLAssetPreferPreciseDurationAndTimingKey: true])
Topic:
Media Technologies
SubTopic:
Audio
Tags: