Hello,
I am attempting to convert a Wav file to an Mp3 file (ideally it would
be a byte[] that is a wav file to a byte[] that is an mp3 file, but if
I have to create temp files, so be it) in C# using only Windows calls.
I do not want to rely on LAME or anything similar because of the patent
issues. Therefore, I want to use the standard codec that, as my
research indicates, comes with Windows 98 and above(?). From what I can
tell, this involves interacting with the ACM codec through the WMF SDK.
Unfortunately, I've yet to find a .NET wrapper for this SDK, and
furthermore, I have no idea how to get it to do what I need it to do.
Any help that anyone could provide would be greatly appreciated.
Thanks in advance
|