Difference in length for buffer from AVAudioPCMBuffer and file read using AVAudioFile
I have an audio file with audio channels: mono, sample rate: 16 kHz, bits per sample: 16, and around 6 seconds. I am trying to read the audio file in Swift using methods from AVFoundation. I have noticed that the file length is 90881, and the buffer frame length is 45440.