1WAVMERGE(1) General Commands Manual WAVMERGE(1)
2
3
4
6 wavmerge - Merge multiple wave files into a single file
7
9 wavmerge [-o merged.wav] file1.wav file2.wav [...]
10
12 wavmerge can merge wave files that are in the same format (i.e. same
13 sample rate, same bits per sample, ...). If you want to merge wave
14 files from different formats, you will have to convert them to the same
15 format using, for example, sox(1).
16
18 -o merged.wav
19 Specify the filename of the merged wave file; if not specified,
20 merged.wav will be used as the filename for the output
21
23 wavbreaker(1), wavinfo(1), sox(1).
24
26 wavbreaker was initially written by Timothy D. Robinson. This version
27 is currently maintained by Timothy D. Robinson and Thomas Perl at
28 http://wavbreaker.sourceforge.net/.
29
30
31
32 2007-04-20 WAVMERGE(1)