Hello all, My request concerns the mad_frame_decode function. I would like the frames to be read word by word (16 bit ) instead of byte, in the "bit reservoir"... Does anyone have idea? Thanks, Nelly
On Tuesday, November 5, 2002, at 05:55 AM, Nelly.TOURNIER@wavecom.fr wrote:
My request concerns the mad_frame_decode function. I would like the frames to be read word by word (16 bit ) instead of byte, in the "bit reservoir"... Does anyone have idea?
It is probably easy to change the mad_bit_read() function to do this, however you should then be careful about reading past buffer boundaries.