I wanna get the beat and timeline from an music directly.I mean that ,for example,i have a .mp3 file ,and it loaded via createSound API,but it can’t get the length or the beat or timeline.
i’ve read the example source code.the project ‘music_callback’ can get the beat ,timeline and other information from ‘bank’ file in FMOD_STUDIO_TIMELINE_BEAT_PROPERTIES structure.
My questions are:
how to get beat and timeline via lowlevel api.
if i want to get the beat or timeline,should i must use Studio api or should i must create the .bank file.