problems decoding MP3 -- more

John <[email protected]> Tue, 22 Oct 2019 21:15:03 +0100
Newsgroups gmane.comp.audio.mp3.lame
Message-ID <[email protected]>
I think it relates to how big the left and right arrays are.  I
increased the size I allocated and it now looks correct.  So my
revised question is how big should the arrays be?  I might guess that
the answer is the framesize in the mp3data_struct but I do not know
that until after the first call to hip_decode1headers.


==John ffitch

Sorry for the last message but I have been struggling to understand how
to use the library.