annotate src/libsndfile-1.0.25/man/sndfile-concat.1 @ 23:619f715526df
sv_v2.1
Update Vamp plugin SDK to 2.5
author |
Chris Cannam |
date |
Thu, 09 May 2013 10:52:46 +0100 |
parents |
c7265573341e |
children |
|
rev |
line source |
Chris@0
|
1 .TH SNDFILE-CONCAT 1 "December 9, 2009"
|
Chris@0
|
2 .SH NAME
|
Chris@0
|
3 sndfile-concat \- concatenates two or more audio files
|
Chris@0
|
4 .SH SYNOPSIS
|
Chris@0
|
5 .B sndfile-concat
|
Chris@0
|
6 .RI "infile1 infile2 .... outfile"
|
Chris@0
|
7 .SH DESCRIPTION
|
Chris@0
|
8 sndfile-concat generates a new output file by concatenating two or more input
|
Chris@0
|
9 files. The format of the output file is the same as the format of the input
|
Chris@0
|
10 file.
|
Chris@0
|
11
|
Chris@0
|
12 sndfile-concat does its work using libsndfile
|
Chris@0
|
13 (http://www.mega-nerd.com/libsndfile/).
|
Chris@0
|
14 .SH AUTHOR
|
Chris@0
|
15 This manual page was written by Erik de Castro Lopo <erikd@mega-nerd.com>.
|
Chris@0
|
16
|