recently that Apple ships source code for a FLAC encoder and decoder
codec component in /Developer/Examples/CoreAudio/AudioCodecs/
FLAC.xcodeproj.

You can find a slightly more detailed review of the Apple's FLAC codec
implementation in my blog post at:
http://barelyfocused.net/blog/2007/10/28/flac-support-in-mac-os-x-105-leopard/

Thanks for the pointer- I've been playing with this codec and attempting to write an AudioFile wrapper for the native FLAC format. It seems that the encoder discards a frame of input, but I haven't spent any time debugging to figure out why. So it really isn't extremely useful after all! If I have too much trouble fixing it I might write my own version.

Stephen
_______________________________________________
Flac-dev mailing list
Flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev

Reply via email to