On Thu, Jan 15, 2009 at 2:08 AM, Tomas Creemers
<tomas.creem...@gmail.com> wrote:
> its own packet header format etc. I can't avoid this; I must use this
> library for network communication. As such, I'd like to know the

Again not answering your exact question, but you can feed the file to
the transformer's lame which feeds with the raw data lame and sends
transformed data to the receiver's lame, which output is used to play.
Same thing as Jaroslav suggested:

lame --decode file - | lame - - | lame --decode - ->/dev/dsp

but instead of pipes (|), you use your protocol to transmit the data
between hosts/processes.
_______________________________________________
mp3encoder mailing list
mp3encoder@minnie.tuhs.org
https://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to