----- Original Message ----- 
From: "Jaroslav Lukesh" <luk...@seznam.cz>


> ----- Original Message ----- 
> From: "Tomas Creemers" <tomas.creem...@gmail.com>
> 
>> I am currently writing a combination of programs to do the following:
>> - Transmitter: read an MP3 file from disk, send it in separate data
>> chunks (still encoded, preferably smaller than 5 kB) through the
>> network to the transformer;
>> - Transformer: decode the received data chunk, re-encode it at a
>> lower bitrate or as mono, send it to the receiver;
>> - Receiver: decode & play the received data chunk.
> 
> Use Linux commandline and you should not programming that pipeline
> 
> lame --decode file - | lame - - | lame --decode - ->/dev/dsp
> 
> (not all needed parameters shown)

Oh, sorry, you need network...

It is possible to use lame and shoutcast with the similar way

Regards, JL:.
_______________________________________________
mp3encoder mailing list
mp3encoder@minnie.tuhs.org
https://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to