Yes, I have Googled it and have not found absolutely anything useful.
I want to use LAME.DLL (NOT LAME.EXE) from C # to convert WAV to MP3.
Two examples of CodeProject (MP3compressor and Aumpel), which are displayed on each forum using the screen, are eliminated. In the EncodeChunk () function, it throws an exception to the execution of the MSCORLIB mechanism, where it calls beEncodeChunk () before the pointer is overloaded. The error message almost immediately disables the VS2005 debugger, and I get an uncaught exception that runs on it regularly. Running in debug or release mode does not change anything and does not allow unsafe code.
The Aproel CodeProject page says that updates on the source code can be found on its website, but this is not true, because almost everything is there, but the Paypal link is missing or broken, and there is no information that the purchase of its program provides access to the specified source code or no.
Has anyone seen any working alternatives to using an ugly command line or porting a LAME source to C #?
source
share