Hi:
I seek to re****t the decibel level of an mp3 file at .1 second
intervals via Applescript.
The desired result would be a simple text table of data points. Example:
Time Decibels
....
00:02:03.5 seconds 94 decibels
00:02:03.6 seconds 93 decibels
00:02:03.7 seconds 94 decibels
00:02:03.8 seconds 95 decibels
....
I thought perhaps there might be a shell command that I could use with
Applescript, but I can't find one via google so far. Or maybe there is
an application somewhere that can do this under script control. I can't
figure out the internal binary workings of an mp3 file; to me it seems
very complicated and I'm not sure I could use that information even if
I did understand it.
Any hints or clues on how to accomplish this will be greatly
appreciated!
Thanks,
qq