Your right, at this point in time the DLL interface only supports once stream (I'm not sure about the rest of the lame encoder, there were some attempts in the past to make this possible). Later today I'll take a look BladeMP3EncDll.c and fix the problems, although it would be handy if you got already a test application to test encoding of multple streams. Albert
----- Original Message ----- From: "Louis Louw" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 25 July 2002 ?. 1:18 AM Subject: [MP3 ENCODER] LAME_ENC - Y no multiple streams? > Hi! > > I wrote an Winamp DSP plugin that streams MP3 audio data at multiple > bitrates from the same plugin using lame_enc.dll. > > The interface is set up as if you can do multiple streams from the same > plugin, but alas thats not the case. > This line of code explained it all for me: > > // Not used, always assign stream 1 > *phbeStream=1; > > Will Lame_enc DLL ever support real multiple concurrent encoding sessions > from the same dll? > > Louis > > > _______________________________________________ > mp3encoder mailing list > [EMAIL PROTECTED] > http://minnie.tuhs.org/mailman/listinfo/mp3encoder _______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
