A QuickLook plugin for ogg vorbis files.
NOTE:
There are several broken/non-existent parts at present:
In order to build this project, you will need to do the following:
NOTE: When running the .qlgenerator form within Xcode, LLDB occasionally reports that the the bundle qlvorbis couldn't be loaded. The debugger error is vague and the system console doesn't report anything meaningful (to me). As a result, I don't have a good answer for the cause, but the problem seems to go away if the libogg and libvorbis frameworks are removed from the project, rebuilt, and then re-added. I see this behavior when using both the release and debug versions of the frameworks.
This project drew heavily from the following:
Dave Dribin and Mike Ash's blog articles on OS X framework linking.
Bluish Coder and IOSDevZone's blog articles and source code examples for working with libogg and libvorbis.
The Apple QuickLook Programming and Audio Queue Services Programming guides.
For testing, this project includes Rondo_Alla_Turka.ogg from the Wikipedia article on Vorbis. This file is from WikiMedia Commons, a freely licensed media repository.
This project uses the MIT License for its source code. The libogg and libvorbis frameworks are licensed according to their respective licenses included in each source bundle.