Displaying 4 results from an estimated 4 matches for "quelcom".
2004 Aug 06
5
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
2004 Aug 06
1
some features of icecast2 beta
oddsock wrote:
> yep, it's in there...you give it a master server ip and port and the
> relay functionality will connect to the master server and relay all
> connected mountpoints.
cool
> yep, Michael added that a bit ago...Shoutcast style streaming titles (or
> any streaming titles for that matter) is not supported however. You
> will now need to provide a
2003 Oct 16
5
Joining .WAV files with ogg-vorbis
By the way, I was delighted to find out that I could join .ogg files
with cat, i.e.
cat {file1.ogg} file2.ogg > outputfile.ogg
<p>I successfully used this capability, together with oggenc and sox, to
join two .WAV files in the following manner:
<p>oggenc -q9 file1.wav
...
oggenc -q9 file2.wav
---
cat file1.ogg file2.ogg > outfile.ogg
ox outfile.ogg outfile.wav
I get
2004 Aug 06
1
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