2014-11-04 03:39:24 +00:00
|
|
|
.Dd November 2, 2014
|
2014-06-20 07:32:22 +00:00
|
|
|
.Dt SNDFILE-CONCAT 1
|
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm sndfile-concat
|
2014-06-22 11:01:49 +00:00
|
|
|
.Nd concatenate audio data from two or more audio files
|
2014-06-20 07:32:22 +00:00
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm sndfile-concat
|
|
|
|
.Ar infile1
|
|
|
|
.Ar infile2
|
|
|
|
.Ar ...
|
|
|
|
.Ar outfile
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
2014-06-22 11:01:49 +00:00
|
|
|
generates a new output file by concatenating the audio data
|
|
|
|
of two or more input files. The encoding of the output file
|
|
|
|
is the encoding used in
|
|
|
|
.Ar infile1 .
|
|
|
|
Audio data from the subsequent files are converted to this encoding.
|
|
|
|
The only restriction is that the files must have
|
|
|
|
the same number of channels.
|
2014-06-24 08:15:20 +00:00
|
|
|
The output file is overwritten if it already exists.
|
2014-06-22 11:01:49 +00:00
|
|
|
.Sh EXIT STATUS
|
2014-11-04 03:39:24 +00:00
|
|
|
.Ex -std
|
2014-06-22 11:01:49 +00:00
|
|
|
.Sh SEE ALSO
|
2020-10-05 07:11:47 +00:00
|
|
|
.Lk http://libsndfile.github.io/libsndfile/
|
2014-06-20 07:32:22 +00:00
|
|
|
.Sh AUTHORS
|
|
|
|
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com
|