Chris@40: .Dd November 2, 2014 Chris@40: .Dt SNDFILE-CONCAT 1 Chris@40: .Os Chris@40: .Sh NAME Chris@40: .Nm sndfile-concat Chris@40: .Nd concatenate audio data from two or more audio files Chris@40: .Sh SYNOPSIS Chris@40: .Nm sndfile-concat Chris@40: .Ar infile1 Chris@40: .Ar infile2 Chris@40: .Ar ... Chris@40: .Ar outfile Chris@40: .Sh DESCRIPTION Chris@40: .Nm Chris@40: generates a new output file by concatenating the audio data Chris@40: of two or more input files. The encoding of the output file Chris@40: is the encoding used in Chris@40: .Ar infile1 . Chris@40: Audio data from the subsequent files are converted to this encoding. Chris@40: The only restriction is that the files must have Chris@40: the same number of channels. Chris@40: The output file is overwritten if it already exists. Chris@40: .Sh EXIT STATUS Chris@40: .Ex -std Chris@40: .Sh SEE ALSO Chris@40: .Lk http://www.mega-nerd.com/libsndfile/ Chris@40: .Sh AUTHORS Chris@40: .An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com