Hi!
I have a MP3 encoded with LAME 3.92. foobar reports 590447 samples. I right-click, select "Fix mp3 header", a window pops-up with encoding delay 576 and padding 0. I click OK and then I right click again, select "Fix mp3 header" again and a window pops-up with encoding delay 576 and padding 589871 (which is coorect because 589871+576=590447). Now, if I change the padding value to 589764 (which is the closest multiple of 588) and then hit ok, foobar reports enc_delay=576, enc_padding=0 and samples=588719! Why doesn't it report 589871-589764=107 samples for enc_padding? I am certainly missing something here. Anyone knows?