24 or 28 bit samples?

Troy Watson <[email protected]> Sun, 1 Nov 2009 18:41:25 +1000
Newsgroups gmane.comp.audio.mad.devel
Message-ID <[email protected]>
Hi all. Possibly a dumb question...
MAD_F_FRACBITS is set to 28 by in mad.h; does that mean there are
28bits per sample in mad_synth.pcm.samples?

I'm applying dither during the conversion to 16bit samples, and if I
treat the samples as 24 bit I get terrible output, but if I treat them
as 28 bit the audio sounds fine (with limited testing though).