문제

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top