On Fri, 5 Mar 2004 13:40:28 -0300 romildo@xxxxxxxxxxx wrote: > Hello. > > What tool is good at concatenating wav audio files? > Preferable command line ones. A small C program using libsndfile: http://www.mega-nerd.com/libsndfile/sndfile-concat.c Its coand line and does a lot more than just WAV files. Its also smart enough to concat files with different data formats (ie if file one is 16 bit PCM and file 2 is 24 bit PCM, the output file will be the same format as the first input file). HTH, Erik -- +-----------------------------------------------------------+ Erik de Castro Lopo nospam@xxxxxxxxxxxxx (Yes it's valid) +-----------------------------------------------------------+ "Software is largely a service industry operating under the persistent but unfounded delusion that it is a manufacturing industry." -- Eric S. Raymond -- +-----------------------------------------------------------+ Erik de Castro Lopo nospam@xxxxxxxxxxxxx (Yes it's valid) +-----------------------------------------------------------+ Windows: Proof that Microsoft has a roomful of monkeys with keyboards.