如何在android中从mp3的标题中获取其bpm

发布于 2024-11-05 04:33:50 字数 168 浏览 1 评论 0原文

我正在尝试计算歌曲的 BPM。通常在 iPhone 中,用户使用从 iTune 获取歌曲,其中歌曲与预先计算的 bpm 一起列出,而在 Android 设备中如何才能做到这一点,是否有任何网站可以提供所有这些详细信息。

是否有任何算法可以从歌曲的标题中获取歌曲的节拍数。任何人都可以给我该算法的示例代码吗?

i m trying to calculate the bpm of a song. Normally in iPhone the user use to get the song from iTune where the songs are been listed out along with the pre calculated bpm whereas in android devices how can it be done is there any site to give all those details.

Is there any algorithm to get the bpm of a song from its header. Can any one give me a sample code for that algorithm.

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

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

发布评论

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

评论(1

静谧幽蓝 2024-11-12 04:33:50

Mp3 有不同的标签,其中包含有关 MP3 BPM 的各种信息,包含在 ID3 v2.3 中,因此您必须手动编写解析器来解析标签字节并找出 BPM,在这里您将找到有关 MP3 标签

Mp3 have different tags which contain various info about the MP3 BPM is included in ID3 v2.3 so you have to manually write your parser that will parse the byte of Tag and find out BPM here you will find more info about MP3 Tags

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