Mercurial > hg > sv-dependency-builds
annotate src/libsndfile-1.0.25/man/sndfile-interleave.1 @ 0:c7265573341e
Import initial set of sources
author | Chris Cannam |
---|---|
date | Mon, 18 Mar 2013 14:12:14 +0000 |
parents | |
children |
rev | line source |
---|---|
Chris@0 | 1 .TH SNDFILE-INTERLEAVE 1 "December 14, 2009" |
Chris@0 | 2 .SH NAME |
Chris@0 | 3 sndfile-interleave \- convert multiple single channel files into a multi-channel file |
Chris@0 | 4 .br |
Chris@0 | 5 sndfile-deinterleave \- split a multi-channel into multiple single channel files |
Chris@0 | 6 .SH SYNOPSIS |
Chris@0 | 7 .B sndfile-interleave |
Chris@0 | 8 .RI "<input 1> <input 2> ... -o <output file>" |
Chris@0 | 9 .br |
Chris@0 | 10 .B sndfile-deinterleave |
Chris@0 | 11 .RI "filename" |
Chris@0 | 12 |
Chris@0 | 13 .SH DESCRIPTION |
Chris@0 | 14 sndfile-interleave and sndfile-deinterleave use libsndfile |
Chris@0 | 15 (http://www.mega-nerd.com/libsndfile/) to convert back and forth between multiple |
Chris@0 | 16 single channel files and a single multi-channel sound file. |
Chris@0 | 17 |
Chris@0 | 18 Run "sndfile\-interleave \-\-help" or "sndfile\-deinterleave \-\-help" for |
Chris@0 | 19 more information |
Chris@0 | 20 |
Chris@0 | 21 .SH AUTHOR |
Chris@0 | 22 This manual page was written by Erik de Castro Lopo <erikd@mega-nerd.com>. |
Chris@0 | 23 |