In this ISO-IEC 11172-3 9041091 document I read:
(1)
QUOTE
".. Padding should be applied to the bitstream such that the accumulated length of coded frames, after a certain number of them, does not deviate more than (+0, -1 slot) from the computed value..";
(2)
QUOTE
".. Padding is only necessary with a sampling frequency of 44.1kHz..";
(3)
QUOTE
".. If this calculation does not give an integer number the result is truncated and 'padding' is required.."
(With this 'calculation' being a 'number of slots' (N) (= 12 * bitrate / samplefreq for L.I, = 144 * bitrate / samplefreq. for L.II / L.III)).
Now, I guess it should be obvious, but can someone point out how to use this to verify padding in an existing MPEG audio file?
Thanks in advance :-)