• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.Dd November 2, 2014
2.Dt SNDFILE-CONCAT 1
3.Os
4.Sh NAME
5.Nm sndfile-concat
6.Nd concatenate audio data from two or more audio files
7.Sh SYNOPSIS
8.Nm sndfile-concat
9.Ar infile1
10.Ar infile2
11.Ar ...
12.Ar outfile
13.Sh DESCRIPTION
14.Nm
15generates a new output file by concatenating the audio data
16of two or more input files. The encoding of the output file
17is the encoding used in
18.Ar infile1 .
19Audio data from the subsequent files are converted to this encoding.
20The only restriction is that the files must have
21the same number of channels.
22The output file is overwritten if it already exists.
23.Sh EXIT STATUS
24.Ex -std
25.Sh SEE ALSO
26.Lk http://libsndfile.github.io/libsndfile/
27.Sh AUTHORS
28.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com
29