如何使用gstreamer提取mp3流中的数据帧?
我现在正在尝试使用 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技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这一切都是由 gstremer mad 元素完成的。因此,如果您正在编写应用程序,请使用此元素。
注意: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