ecfun wrote: > I study FLAC decoder > > but it say > > * This example shows how to use libFLAC to decode a FLAC file to a WAVE > * file. It only supports 16-bit stereo files. > * > * Complete API documentation can be found at: > * http://flac.sourceforge.net/api/ > */ > > It can support 24-bit or 32-bit ?
The *example* only supports 16-bit stereo files. The FLAC format supports 4 to 32 bits and 1 to 8 channels. For examples: https://xiph.org/flac/faq.html#general__samples states: FLAC supports linear PCM samples with a resolution between 4 and 32 bits per sample. FLAC does not support floating point samples. https://xiph.org/flac/format.html#metadata_block_streaminfo states: FLAC supports from 4 to 32 bits per sample. Currently the reference encoder and decoders only support up to 24 bits per sample. Regards, Martin -- Martin J Leese E-mail: martin.leese stanfordalumni.org Web: http://members.tripod.com/martin_leese/ _______________________________________________ flac-dev mailing list flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev