I'm trying to pad the beginning of a .wav file with silence using the following command
sox infile.wav padded.wav pad 14 0
However, at second 14 (where the silence padding ends), there's a very egregious popping noise not found in the original .wav file. I'm running this command on Ubuntu 11. Any thoughts as to why this is occurring and how to fix it?