annotate src/libsndfile-1.0.27/man/sndfile-concat.1 @ 83:ae30d91d2ffe

Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author Chris Cannam
date Fri, 07 Feb 2020 11:51:13 +0000
parents 1df64224f5ac
children
rev   line source
Chris@40 1 .Dd November 2, 2014
Chris@40 2 .Dt SNDFILE-CONCAT 1
Chris@40 3 .Os
Chris@40 4 .Sh NAME
Chris@40 5 .Nm sndfile-concat
Chris@40 6 .Nd concatenate audio data from two or more audio files
Chris@40 7 .Sh SYNOPSIS
Chris@40 8 .Nm sndfile-concat
Chris@40 9 .Ar infile1
Chris@40 10 .Ar infile2
Chris@40 11 .Ar ...
Chris@40 12 .Ar outfile
Chris@40 13 .Sh DESCRIPTION
Chris@40 14 .Nm
Chris@40 15 generates a new output file by concatenating the audio data
Chris@40 16 of two or more input files. The encoding of the output file
Chris@40 17 is the encoding used in
Chris@40 18 .Ar infile1 .
Chris@40 19 Audio data from the subsequent files are converted to this encoding.
Chris@40 20 The only restriction is that the files must have
Chris@40 21 the same number of channels.
Chris@40 22 The output file is overwritten if it already exists.
Chris@40 23 .Sh EXIT STATUS
Chris@40 24 .Ex -std
Chris@40 25 .Sh SEE ALSO
Chris@40 26 .Lk http://www.mega-nerd.com/libsndfile/
Chris@40 27 .Sh AUTHORS
Chris@40 28 .An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com