- Home /
getting rough BPM of AudioClip
Hi everyone,
Just a quick question for a potential idea that I have, how would I get the BPM of a song that a user loads into a game?
It doesn't have to be exactly beat perfect as I know that is near impossible to get unless the songs were prebuilt into the game, but just a rough guesstimation of the BPM of the currently played song.
Alot of the answers on here are just saying "You can't do it" but i'm just wondering if that's just because the user asking the question is looking for BPM perfection.
Answer by AndyMartin458 · Jul 25, 2014 at 06:25 PM
I came across a question like this before from @SgtPancakes http://answers.unity3d.com/questions/733587/beat-detection-algorithm.html
Thing is, that link is looking for accurate beat detection, i'm just looking for something simple and rough
Your answer
Follow this Question
Related Questions
AudioSource.Pause not working? 3 Answers
How would I go about using music from StreamingAssets folder (imported by the player) 0 Answers
How to stop music from restarting when reloading scene it began? 0 Answers
Audio.Stop() Causing Clicking/Popping Noise 2 Answers
Audio Manager or not? Audio System 0 Answers