Hello,
I would like to get all timings for every beat peak triggered for mp3 song and export these timings to txt file.
Is it possible to do in Vegas or maybe third party tools, i.e. ffmpeg? I tried to find such tool but all of the tools are python implementation, but I need it to implement it in C# with dll library or maybe in C# but using ffmpeg with exported txt file.
For example, when I have 3 minutes song with 133 bpm I would like to get the txt file with the following data:
hours:minutes:seconds:miliseconds (the below timings are not real, I pasted them to see my goal):
0:0:1.00 - beat peak triggered
0:0:3.00 - beat peak triggered
etc. till the 3 minutes
Can you help me with finding such solution?