XP 中缺少 DMO

发布于 2024-10-18 11:30:12 字数 446 浏览 2 评论 0原文

在我的 Win2008 开发机器上,我正在使用 NAudio 的 DmoMp3FrameDecompressor。它使用以下 DMO:

MP3 解码器 DMO ({BBEEA841-0A63-4F52-A7AB-A9B3A84ED38A})

在 XP 计算机上,播放失败,因为系统上不存在此 DMO。我想知道:

  1. 这个DMO从哪里来?
  2. XP下可以安装吗? naudio 源代码 表明它应该是可能的。
  3. 哪个 Microsoft 软件包包含它?
  4. 是否可以将其作为合并模块添加到我的安装程序中?

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:

  1. Where does this DMO come from?
  2. Is it possible to install it in XP? The naudio source code indicates that it should be possible.
  3. Which Microsoft package includes it?
  4. Is it possible to add it to my installer as a merge module?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

∝单色的世界 2024-10-25 11:30:12

这个 DMO 从哪里来?

它似乎存在于从 Vista 开始的大多数 Windows 版本

是否可以在 XP 中安装它? naudio源代码表明它应该是可能的。

我不这么认为。您认为 NAudio 源代码为什么会表明这一点?在 XP 上,您应该使用 ACM MP3 解码器,

哪个 Microsoft 软件包包含它?

据我所知没有。如果您使用的是 Windows Server,请确保安装了桌面体验。

是否可以将其作为合并模块添加到我的安装程序中?

恐怕不会。再分发 MP3 解码器往往有严格的许可条件。

Where does this DMO come from?

It seems to be on most versions of Windows from Vista onwards

Is it possible to install it in XP? The naudio source code indicates that it should be possible.

I don't think so. Why do you think the NAudio source code indicates this? On XP you should use the ACM MP3 decoder,

Which Microsoft package includes it?

None that I know of. If you're on Windows Server, make sure the desktop experience is installed

Is it possible to add it to my installer as a merge module?

Don't think so I am afraid. There tend to be strict licensing conditions about redistributing MP3 decoders.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文