Mailing List Receiver
2004-Aug-06 14:23 UTC
[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@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@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Eric Dantan Rzewnicki
2004-Aug-06 14:23 UTC
[icecast] Need a command-line splicer of audio files for Linux
Have you checked out ecasound? Mailing List Receiver wrote:> I am looking for a command-line driven audio splicer for .wav files. > Any ideas? > > todd@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@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@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
samurai.fm
2004-Aug-06 14:23 UTC
[icecast] Need a command-line splicer of audio files for Linux
SOX might work? -----Original Message----- From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org] On Behalf Of Mailing List Receiver Sent: Friday, March 26, 2004 9:01 AM To: icecast@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@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@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@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Geoff Shang
2004-Aug-06 14:23 UTC
[icecast] Need a command-line splicer of audio files for Linux
Hi: I use the Quelcom tools http://www.etse.urv.es/~dmanye/quelcom/quelcom.html for most of my wav file manipulations. Geoff. --- >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@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Jerome Alet
2004-Aug-06 14:23 UTC
[icecast] Need a command-line splicer of audio files for Linux
On Sat, Mar 27, 2004 at 12:09:33AM +1000, Geoff Shang wrote:> > I use the Quelcom tools http://www.etse.urv.es/~dmanye/quelcom/quelcom.html > for most of my wav file manipulations.for mp3 I'd recommend pymp3cut at http://www.librelogiciel.com/software/ pros : - really fast - many possibilities - 100% written in Python. cons : - doesn't handle VBR files - I'm the author bye Jerome Alet -- "Now that I'm connected to the Internet, everybody seems to know that I've got a small dick." - Me. --- >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@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Jeremy Bierbach
2004-Aug-06 14:23 UTC
[icecast] Need a command-line splicer of audio files for Linux
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@xiph.org [mailto:owner-icecast@xiph.org] On Behalf Of > Mailing List Receiver > Sent: Friday, March 26, 2004 9:01 AM > To: icecast@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@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@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@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@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.