Mercurial > hg > sv-dependency-builds
comparison src/libsndfile-1.0.27/man/sndfile-concat.1 @ 125:cd6cdf86811e
Current libsndfile source
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 18 Oct 2016 13:22:47 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
124:e3d5853d5918 | 125:cd6cdf86811e |
---|---|
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 | |
15 generates a new output file by concatenating the audio data | |
16 of two or more input files. The encoding of the output file | |
17 is the encoding used in | |
18 .Ar infile1 . | |
19 Audio data from the subsequent files are converted to this encoding. | |
20 The only restriction is that the files must have | |
21 the same number of channels. | |
22 The output file is overwritten if it already exists. | |
23 .Sh EXIT STATUS | |
24 .Ex -std | |
25 .Sh SEE ALSO | |
26 .Lk http://www.mega-nerd.com/libsndfile/ | |
27 .Sh AUTHORS | |
28 .An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com |