On my Win2008 dev machine, I'm making use of NAudio's DmoMp3FrameDecompressor. It makes use of the following DMO:
MP3 Decoder DMO ({BBEEA841-0A63-4F52-A7AB-A9B3A84ED38A})
On an XP machine, playback is failing because this DMO is not present on the system. I'd like to know:
- Where does this DMO come from?
- Is it possible to install it in XP? The naudio source code indicates that it should be possible.
- Which Microsoft package includes it?
- Is it possible to add it to my installer as a merge module?