Hello, I am new to this list so this is maybe a question that has been solved long ago. I am trying to develop software and I need mp3 real time encoding features... from Windows. So I am looking for a dll alowing to record, pause and more generally manage a mp3 stream coming from line in or microphone. I have found various lame based programs which do this but no dll usable by a developer (except lame dlls of course but it does not seem obvious to build this from the lame encoding dll - although , if I have to do it, I'll just do it ). Has anybody heard of an existing windows dll for this ? Or maybe it's easier than I think to do this from lame ?
I am the writer of one such program called m3w, using the lame dll under win32, doing about what you want your dll to do.
(see http://www.cs.fhm.edu/~ruckert/m3w) You can get the sources
and look at that. But probably you just want the dll. Then
please write a specification: What functions do you need, what should
be the parameters, what is the semantics of the functions, how would a
simple application using this dll look like, publish it may be in this forum and after that I would be willing
to start programming a wrapper around the lame dll packing it to achive
this functionality (unless what you want is too complicated).
Give it a try.
Yours Martin Ruckert
_______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
