Other Program for joining WAV files

Discussion in 'Software' started by nescafe, 29 Feb 2016.

  1. nescafe

    nescafe Minimodder

    Joined:
    8 Sep 2009
    Posts:
    373
    Likes Received:
    13
    Hiya all. Can anyone recommend a program for joining wav files? i dont really need the program to do anything else just join the files to one big file.. I want to be able to join multiple wav files quickly and easily as it will be 100s of 5-10 clips
    cheers chris
     
    Last edited: 29 Feb 2016
  2. RedFlames

    RedFlames ...is not a Belgian football team

    Joined:
    23 Apr 2009
    Posts:
    13,800
    Likes Received:
    2,177
  3. nescafe

    nescafe Minimodder

    Joined:
    8 Sep 2009
    Posts:
    373
    Likes Received:
    13
    Yeah that's what I have just tried.. works on but takes a long time to join 130 clips lol. Guess it will have to do for now..
    Cheers
     
  4. Atomic

    Atomic Gerwaff

    Joined:
    6 May 2002
    Posts:
    9,646
    Likes Received:
    94
    ffmpeg can do it via the command line, should be a lot easier than audacity if you're doing it in bulk.

    Command:
    Code:
    ffmpeg -f concat -i mylist.txt -c copy output.wav
    File :
    Code:
    #mylist.txt
    file '1.wav'
    file '2.wav'
    file '3.wav'
    file '4.wav'
     

Share This Page