On Fri, Mar 05, 2004 at 06:26:55PM +0000, Steve Harris wrote:
On Fri, Mar 05, 2004 at 01:40:28PM -0300,
romildo(a)uber.com.br wrote:
Hello.
What tool is good at concatenating wav audio files?
Preferable command line ones.
ecasound or sox.
- Steve
from ecasound examples page:
ecasound -i part2.wav -o part1.wav -y:500
part2.wav is appended to part1.wav assuming part1 is 500 seconds long.
-ERic Rz.