开发者

how to get the bpm of an mp3 from its header in android

开发者 https://www.devze.com 2023-03-03 15:15 出处:网络
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 an

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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号