On Fri, Mar 05, 2004 at 05:08:30 -0300, romildo@xxxxxxxxxxx wrote: > On Fri, Mar 05, 2004 at 06:26:55PM +0000, Steve Harris wrote: > > On Fri, Mar 05, 2004 at 01:40:28PM -0300, romildo@xxxxxxxxxxx wrote: > > > Hello. > > > > > > What tool is good at concatenating wav audio files? > > > Preferable command line ones. > > > > ecasound or sox. > > I have looked at the sox man page and did not find > any clues on how to concatenate wav files with sox. > An example command line would be welcome. Sorry, its possibly you cant easily - in the worst case convert everything to a RAW format, use cat, convert it back sox foo.wav foo.raw sox bar.wav bar.raw cat foo.raw bar.raw > baz.raw sox [some options] baz.raw baz.wav ecasound would be better :) - Steve