I have about 20 audio files(.wav) in a folder , this is how I combine this wave files
sox *.wav output.wav
I want to add delay or silence between each wave .
I have tried pad , but it's just put the silence only at the start and end of output.wav .