On Wed, Jan 14, 2009 at 23:48, Jaroslav Lukesh <luk...@seznam.cz> wrote:
>
> ----- 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

Thank you for your quick response.

Unfortunately, I can't use Shoutcast or Icecast because, in the
framework I have to work with, the data chunks sent over the network
(from transmitter to transformer and from transformer to receiver)
have to be placed in a custom protocol.

Regards,

Tomas
_______________________________________________
mp3encoder mailing list
mp3encoder@minnie.tuhs.org
https://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to