So I'm looking to implement Ogg Vorbis into a project for school that includes audio, wav files are too large, mp3 files are not royalty free. Ogg seems to fit what I need... however the implementation examples do not work on windows using Ogg Vorbis 1.0 libraries (a linker issue admitted by Vorbis).
So it recommends using ov_fopen(), however thats only available in 1.2 libraries, however I cannot find a compiled version of the 1.2 libraries, only 1.0 libraries. I can get 1.2 library source code, but I can't get it to compile, and there are no instructions on how to compile on a Win32 system.
I've seen links to compiled 1.2 libraries but they're dead.
I need the .Lib and .DLL files for my project. Any help on either getting the compiled libraries, or instructions on how to compile yourself.
