Re: re-encoding few frames at a time
"Aleksandar Kostadinov" <[email protected]> Thu, 15 Jan 2009 07:02:17 +0200
| Newsgroups | gmane.comp.audio.mp3.encoders |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jan 15, 2009 at 2:08 AM, Tomas Creemers <[email protected]> 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.