Question

As the title suggest's, I want to merge files together but I want to be able to delay the 2nd file... Can I do this with sox? or do I have to use another audio editor... if so I need a cli (command line interface for it)

So a example...

I have a sound file that start's at 0s but then I want another sound file to start at 50s when I merge the sound files together...

I have read the docs a few times for sox and I cant fine anything about it, or if it is possible with sox...

Thanks.

Was it helpful?

Solution

sox 3.wav -p pad 00:00:20.5 0 | sox - -m 2.wav -p pad 00:00:10.5 0 | sox - -m 1.wav combined.wav
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top