Re: [LAU] Piecing together audio files

From: Chris Hogan <hodginson@email-addr-hidden>
Date: Sat Aug 02 2014 - 17:50:19 EEST

The command line tool wavmerge will do this (although it only accepts .wav
files as input and they all need to be the same bitrate/frequency).

wavmerge -o output.wav input1.wav input2.wav input3.wav

There's no option to add silence between the merged files, so I usually
just make a .wav file containing the required amount of silence and merge
it in between the others:

wavmerge -o output.wav input1.wav silence.wav input2.wav silence.wav
input3.wav

On Sun, Aug 3, 2014 at 12:33 AM, jonetsu@email-addr-hidden <jonetsu@email-addr-hidden>
wrote:

> Hi !
>
> Thanks for the replies on slowing down audio.
>
> I would like to build an audio file using several other audio files,
> preferably with some 2-4 seconds silence between them. Actually this
> is to upload to youtube a series of songs as one single file, that does
> not need the use of a playlist. The files are currently in wav (Ardour
> export) and ogg. Which tool can be used to construct such a file ?
>
> Very quickly I'd think of using Ardour to put all the files one after
> another and then export the result, but that seems overkill, and
> possibly taking more time to do. There has to be something more like a
> 'tool' to do that. Suggestions ?
>
> Cheers.
> _______________________________________________
> Linux-audio-user mailing list
> Linux-audio-user@email-addr-hidden
> http://lists.linuxaudio.org/listinfo/linux-audio-user
>

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Sat Aug 2 20:15:02 2014

This archive was generated by hypermail 2.1.8 : Sat Aug 02 2014 - 20:15:02 EEST