DirectShow 原始数据访问

发布于 2024-10-07 02:45:11 字数 77 浏览 1 评论 0原文

使用 DirectShow 加载声音文件后如何访问它的原始数据?

例如,什么接口允许您访问波形的原始数据?

How do you access the raw data of a sound file after using DirectShow to load it?

What interface allows you to access the raw data of a waveform, for example?

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

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

发布评论

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

评论(2

血之狂魔 2024-10-14 02:45:11

在文件解析器和声卡(或其他渲染器)之间插入 Sample Grabber 过滤器并查询 ISampleGrabber 接口。它会在数据通过时为您提供数据。

Insert the Sample Grabber filter between file parser and audio card (or other renderer) and query ISampleGrabber interface. It will give you the data as it's passing through.

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