On Fri, Nov 11, 2005 at 11:07:44PM -0800, Matthew DeNardo wrote: > There is a CoreAudio wave player written in C++ to > which I would like to add FLAC playback support. I > have looked through the libFLAC++ API and think I have > an idea of what files/functions to use, but am not > really sure how to go about implementing them.
You might take a look at http://svn.xiph.org/trunk/xiph-qt/ which is some in-development code by Arek Korbok to add CoreAudio components for vorbis and speex; that might give you a place to start for implementing a flac component. HTH, -r _______________________________________________ Flac mailing list [email protected] http://lists.xiph.org/mailman/listinfo/flac
