Mercurial > hg > sv-dependency-builds
annotate src/libsndfile-1.0.25/man/sndfile-concat.1 @ 169:223a55898ab9 tip default
Add null config files
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 02 Mar 2020 14:03:47 +0000 |
parents | 545efbb81310 |
children |
rev | line source |
---|---|
cannam@85 | 1 .TH SNDFILE-CONCAT 1 "December 9, 2009" |
cannam@85 | 2 .SH NAME |
cannam@85 | 3 sndfile-concat \- concatenates two or more audio files |
cannam@85 | 4 .SH SYNOPSIS |
cannam@85 | 5 .B sndfile-concat |
cannam@85 | 6 .RI "infile1 infile2 .... outfile" |
cannam@85 | 7 .SH DESCRIPTION |
cannam@85 | 8 sndfile-concat generates a new output file by concatenating two or more input |
cannam@85 | 9 files. The format of the output file is the same as the format of the input |
cannam@85 | 10 file. |
cannam@85 | 11 |
cannam@85 | 12 sndfile-concat does its work using libsndfile |
cannam@85 | 13 (http://www.mega-nerd.com/libsndfile/). |
cannam@85 | 14 .SH AUTHOR |
cannam@85 | 15 This manual page was written by Erik de Castro Lopo <erikd@mega-nerd.com>. |
cannam@85 | 16 |