--- Daniel Tartaglia <[EMAIL PROTECTED]> wrote:
> I'm looking for sample code for using flac in my program. I want to
> be 
> able to decode a flac file to PCM. Something like:
> 
> bool decodeFile( const char* pathNameOfFile, voud** data );
> 
> How would I complete the above function?

Have you seen the API documentation?  The process for the
file decoder is described here:

http://flac.sourceforge.net/api/group__flac__file__decoder.html#_details

There is a C++ wrapper class that makes it even easier.

Josh




__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache 
Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
_______________________________________________
Flac-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/flac-users

Reply via email to