I've noticed there have been a fair few posts about trying to use the LAME decoder from VB so just wanted to note I've posted an article on how to do it with some code samples here: http://vbaccelerator.com/article.asp?id=14898
The problem (at least, from a VB perspective) is that the functions exported from lame_enc.dll are exported using a calling convention that isn't supported by the VB runtime. The solution I've posted isn't the most elegant, but it does work: a wrapper DLL that simply re-exports the functions using the __stdcall calling convention. Hope this is some help to someone... Steve McMahon _______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
