logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sndfile-mix-to-mono - mix a multi-channel sound file to mono

Author

       This manual page was written by Erik de Castro Lopo <erikd@mega-nerd.com>.

                                                December 14, 2009                         SNDFILE-MIX-TO-MONO(1)

Description

       sndfile-mix-to-mono  reads  a multi-channel input file and writes a single channel output file consisting
       of all of the input channels mixed together (like a audio mixing desk would do).  The  input  and  output
       files are read/written using libsndfile (http://www.mega-nerd.com/libsndfile/).

       The format of the output file is determined by the filename extension of the output file.

Name

       sndfile-mix-to-mono - mix a multi-channel sound file to mono

Synopsis

sndfile-mix-to-mono <multi-channel input file> <mono output file>

See Also