如何使用gstreamer提取mp3流中的数据帧?

发布于 2024-12-11 08:33:47 字数 100 浏览 0 评论 0原文

我现在正在尝试使用 Gstreamer 编写一个音乐播放器。我知道 mp3 文件是由帧(数据帧和标签帧)组成的。我想要做的是提取数据帧并计算其哈希值来识别文件。我应该怎么办? 提前考虑!

I am now trying to write a music player using Gstreamer.I know that mp3 files are made up with frames (data frame and tag frame).what i want to do is extract the data frame and calculate its hash to identify a file. what should i do?
thinks in advince!

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

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

发布评论

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

评论(1

著墨染雨君画夕 2024-12-18 08:33:47

这一切都是由 gstremer ma​​d 元素完成的。因此,如果您正在编写应用程序,请使用此元素。

注意:mad 元素包含在 gst-plugin-bad 包中,您可以从 gstremer 网站下载该包

this all is done by gstremer mad element. So if you are writing application then use this element.

NOTE: mad element is comes inside gst-plugin-bad package which you can download from gstremer site

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