Search code examples
c#c++fmod

FMOD, Beats Per Second


Using FMOD (interactive audio middle ware), is it possible to calculate the Beats Per Second of a track in real time as it is playing?

I am unable to find much information about this, it would be very useful. Will be using c# but will be able to translate.

Thanks


Solution

  • FMOD doesn't provide any mechanism to calculate beats per minute, you would need third party software to achieve that.