search for: etse

Displaying 3 results from an estimated 3 matches for "etse".

Did you mean: else
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