Merge 2 audio files in sox

前端 未结 4 1014
旧巷少年郎
旧巷少年郎 2021-02-09 07:34

I am trying to merge 2 wave files into one file. The 2 files should start playing at the beginning of the new file. Independently of sound length. Running the following command

4条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-09 08:10

    Heythere. Sorry for late response =) Command should look like this

    sox file1 file2 file3
    

    Above will merge first two files and name it after 3rd.

    You also might wanna check the docs http://sox.sourceforge.net/sox.html

提交回复
热议问题