1SNDFILE-CONCAT(1) BSD General Commands Manual SNDFILE-CONCAT(1)
2
4 sndfile-concat — concatenate audio data from two or more audio files
5
7 sndfile-concat infile1 infile2 ... outfile
8
10 sndfile-concat generates a new output file by concatenating the audio
11 data of two or more input files. The encoding of the output file is the
12 encoding used in infile1. Audio data from the subsequent files are con‐
13 verted to this encoding. The only restriction is that the files must
14 have the same number of channels. The output file is overwritten if it
15 already exists.
16
18 The sndfile-concat utility exits 0 on success, and >0 if an error occurs.
19
21 http://www.mega-nerd.com/libsndfile/
22
24 Erik de Castro Lopo <erikd@mega-nerd.com>
25
26BSD November 2, 2014 BSD