如何使用 Windows 访问原始解码音频数据内置mp3解码器?

发布于 2024-12-15 14:21:42 字数 267 浏览 0 评论 0原文

从 Windows Media Player 6.1 开始,Windows 就有了自己的 mp3 解码器。我可以使用该解码器来访问解码的音频(原始)数据吗?

我认为这必须通过 DirectShow 来完成。

相关但不是同一问题。

Since Windows Media Player 6.1, Windows has its' own mp3 decoder. Can I use that decoder to get access to the decoded audio (raw) data?

I assume it would have to be done with DirectShow.

Related but not the same question.

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

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

发布评论

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

评论(1

只为守护你 2024-12-22 14:21:42

You can add a sample grabber into the graph after the mp3 decoder. The sample grabber allows you to configure a callback that gets called as each sample passes through the media pipeline.

Your graph would look something like

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