> From: "Speech Lover"
>
>> What does WindowsMedia SDK do?
>
> There is no such SDK. There are several independent SDKs with names like
> WindowsMediaFormat SDK, WindowsMediaPlayer SDK...
>
>> Where can I download it?
>
> From msdn.microsoft.com, like any other free SDK from Microsoft.
>
>> Does it support C#.NET?
>
> It depends on the component. For example, the WindowsMediaPlayer SDK has
> some support for .NET but the WindowsMediaFormat SDK has almost no support
> at all (at least not without a lot of COM InterOp work).
>
>> I am currently working on a .NET 1.1 application that
>> requires conversion of audio files from WAV format to
>> MP3. Can WindowsMedia SDK convert audio format from WAV
>> to MP3 and the other way around?
>
> None of the WindowsMedia SDK family can help you encode to MP3. You need
> to use a third-party MP3-encoding library or encode to WMA or use the ACM
> functions in Windows (since Windows, at least up to XP/2003, include an
> MP3 ACM encoder) or use DirectShow as a wrapper around the ACM encoder
> (harder than using ACM directly IMHO, but it provides support for WAV
> input, while with ACM you would have to code your own, which is quite easy
> however).
>
>
> --
> // Alessandro Angeli
> // MVP :: DirectShow / MediaFoundation
> // mvpnews at riseoftheants dot com
> //
http://www.riseoftheants.com/mmx/faq.htm>