Howto append two wav files into one?

Mark Knoop mark at opus11.net
Mon Mar 10 12:43:36 UTC 2008


On Sun, 2008-03-09 at 18:17 +0100, Michael Schwendt wrote:
> On Sun, 09 Mar 2008 12:37:36 -0400, Kanwar Ranbir Sandhu wrote:
> 
> > On Sun, 2008-03-09 at 17:19 +0100, Erik P. Olsen wrote:
> > > Does anybody know how to do that?
> > 
> > cat file1.wav file2.wav > file.wav
> 
> That can't be correct, because the .wav file format has a header.
> You need to use a tool like "sox" or Audacity (graphical).

sox file1.wav file2.wav file.wav

(directly from the sox man page...)

-- 
Mark Knoop




More information about the users mailing list