MFT Audio Decoder

ury jamshy 1 Reputation point
2022-10-31T17:48:29.957+00:00

I have a custom audio codec which should work with standard audio players under Windows.
For example, when a WAV file encoded with this codec is opened by WMP, it should use the custom codec and play the audio.
I understand that the codec needs to implement an interface (or several interfaces) in order to be used by WMP and also to register itself so it is recognized by the system.
I have look at the Decoder sample but it doesn't seem appropriate since, for example, it does not register itself.
Is there some documentation, describing how to do it, or better, a basic sample of such audio decoder?

Thanks

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,523 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Xiaopo Yang - MSFT 12,231 Reputation points Microsoft Vendor
    2022-11-10T09:24:22.077+00:00

    There is a Decoder sample and mpeg1source sample which cooperate with protectedplayback sample. Typically, registering the decoder DLL is enough.

    0 comments No comments