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 s
Hi:
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 ?