Adding silence between words in audio file using ffmpeg
问题 What I am trying to do is to concat wav files which contain short audios. I am able to concat them into one file, but I am trying to set each file at a specific time. Currently, I can concat the files but I can't place each one at the specific time they need to be. I thought maybe I can just add the right amount of silence between them and solve the problem this way. I am new to ffmpeg I have a text file with the file names i.e. text.txt file a.wav file b.wav file c.wav and I use this cmd: