On Sat, 14 Feb 2004 20:14:04 -0500 Paul Davis <[EMAIL PROTECTED]> wrote:
> >SoX > >The Swiss Army Knife of sound processing utils. It can convert audio > >files to other popular audio file types and also apply sound effects and > >filters during the conversion. > > as much as i love sox, its too bad that it can't read WAV files in > IEEE float format let alone Broadcast WAVE. if it used libsndfile, i > believe it could ... In the examples/ directory of the libsndfile source tarball there's a program called sndfile-convert which does handle IEE float formats. Unfortunately, it doesn't handle raw files yet, but all thats required to do that is the addition of some command line parameter parsing. Erik -- +-----------------------------------------------------------+ Erik de Castro Lopo [EMAIL PROTECTED] (Yes it's valid) +-----------------------------------------------------------+ "One World, one Web, one Browser." - Microsoft promotion "Ein Volk, ein Reich, ein Fuhrer." - Adolf Hitler
