Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Mar 2003 22:09:20 +0100
From:      Hanspeter Roth <hampi@rootshell.be>
To:        freebsd-multimedia@FreeBSD.ORG
Subject:   Re: concatenating audio files
Message-ID:  <20030303210920.GA478@gicco.homeip.net>
In-Reply-To: <20030302160339.28b7b37c.nospam@hiltonbsd.com>
References:  <20030302191026.GA552@gicco.homeip.net> <20030302160339.28b7b37c.nospam@hiltonbsd.com>

next in thread | previous in thread | raw e-mail | index | archive | help

  On Mar 02 at 16:03, Stephen Hilton spoke:

>    for xloop in `ls -c1 *.wav`
>     do
>      sox "${xloop}" -t raw - | cat - >> mtracks.raw
>      # sox strips off all header info from wav files so combining is possible
>      rm "${xloop}"
>    done
>
>    sox -r 44100 -w -s -c 2 mtracks.raw "${mytitle}.wav"
>    # sox now writes back from raw file to wav format with header


Thank you Stephen, this works!

-Hanspeter

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030303210920.GA478>