Re: [linux-audio-user] Tool for concatening wav files?

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-user] Tool for concatening wav files?
From: Steve Harris (S.W.Harris_AT_ecs.soton.ac.uk)
Date: Fri Mar 05 2004 - 22:32:37 EET


On Fri, Mar 05, 2004 at 05:08:30 -0300, romildo_AT_uber.com.br 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_AT_uber.com.br 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


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Fri Mar 05 2004 - 22:31:05 EET