[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Joining two wave files
- From: Luciano de Souza <luchyanus@...>
- Date: Sun, 04 Sep 2011 10:35:42 -0300
Hi listers,
Is there a way to join to wave files into a single one? I prefered to do
it in Lua in order to keep the code multiplatform, but if it's not
possible, how to do it in Linux?
wave.join('file1.wav', 'file2.wav', file3.wav)
The desirable result is that file3.wav is the concatenation of file1 and
file2, being file1 the first and file2 the last sound.
Luciano