문제

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.

도움이 되었습니까?

해결책

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
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top