[icecast] Need a command-line splicer of audio files for Linux

Jeremy Bierbach jeremy at groeneheks.nl
Sat Mar 27 01:47:54 UTC 2004



sox works great. to splice out a 10-minute segment starting 12m34s into a .wav file:
sox infile.wav outfile.wav trim 12:34 10:00

to splice two segments together, well:
cat seg1.wav seg2.wav > joined.wav

<p>samurai.fm wrote:
> SOX might work?
> 
> -----Original Message-----
> From: owner-icecast at xiph.org [mailto:owner-icecast at xiph.org] On Behalf Of
> Mailing List Receiver
> Sent: Friday, March 26, 2004 9:01 AM
> To: icecast at xiph.org
> Subject: [icecast] Need a command-line splicer of audio files for Linux
> 
> I am looking for a command-line driven audio splicer for .wav files.
> Any ideas?
> 
> todd at toolz.com
> --- >8 ----
> List archives:  http://www.xiph.org/archives/
> icecast project homepage: http://www.icecast.org/
> To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
> containing only the word 'unsubscribe' in the body.  No subject is needed.
> Unsubscribe messages sent to the list will be ignored/filtered.
> 
> --- >8 ----
> List archives:  http://www.xiph.org/archives/
> icecast project homepage: http://www.icecast.org/
> To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
> containing only the word 'unsubscribe' in the body.  No subject is needed.
> Unsubscribe messages sent to the list will be ignored/filtered.

--- >8 ----
List archives:  http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Icecast mailing list