|
From: Jan S. <ha...@st...> - 2010-06-22 11:53:32
|
On Jun 22 13:08:47, nik600 wrote: > Dear all > > is it possible using sox to split a single audio file into many audio > files using the silence to interrupt files? Yes. > Example: > > src.wav = "this is a test ---SILENCE--- to split a file ---SILENCE--- > into many files" > > gives: > > dst_1.wav="this is a test" > dst_2.wav="to split a file" > dst_3.wav="into many files" > > Do you know if it is possible? Yes. (Hint: read the manpage; there's an example in the _Introduction_ section.) |