Hello,
i would like to calculate the playtime of a MP3-file (HH:MM:SS).
Actually i got the follow informations of a file:
MPEG 1
Layer3
128 KBIT
44100 KHz
Joint Stereo
3882423 bytes size
(and perhaps the number of frames by counting the frame syncs)
How get back the total seconds of the file on the basis of this datas?
I read somewhere the duration of a frame is always 0,26 seconds?!
So i just must count all frames, multiply them with 0,26 and divide by 10 to get the length?
