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

wavmerge - Merge multiple wave files into a single file

Author

       wavbreaker was initially written by Timothy D. Robinson.  This version is currently maintained by Timothy
       D. Robinson and Thomas Perl at http://wavbreaker.sourceforge.net/.

                                                   2007-04-20                                        WAVMERGE(1)

Description

wavmerge  can  merge wave files that are in the same format (i.e. same sample rate, same bits per sample,
       ...). If you want to merge wave files from different formats, you will have to convert them to  the  same
       format using, for example, sox(1).

Name

       wavmerge - Merge multiple wave files into a single file

Options

-omerged.wav
              Specify  the  filename  of  the merged wave file; if not specified, merged.wav will be used as the
              filename for the output

See Also

wavbreaker(1), wavinfo(1), sox(1).

Synopsis

wavmerge [-o merged.wav] file1.wav file2.wav [...]

See Also