Hello, I've been trying to decode a MP3 file using my own programs.When I'm doing that after getting the header and side information,when I come to decoding th main data,I'm encountering a problem.The problem is:
After 4 Bytes of Header info and 17 Bytes of side info(As I'm dealing with mono),when I'm trying to do Huffman decoding the expected number of bits from part2_3_length are few from expected value. Say for ex my part2_3_length(gr=1)=1500;part2_3_length(gr=2)=1400.So there must be a total of 2900 bits available for huffman decoding,but I end up with having something around 2800. Has anyone encountered a similar problem? -Himachandra Chebrolu __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com _______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
