Help - Search - Members - Calendar
Full Version: Ogg Vorbis 1.2 Compiled Libraries.
Hydrogenaudio Forums > Lossy Audio Compression > Ogg Vorbis > Ogg Vorbis - General
StrangeWill
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.
Kef
QUOTE(StrangeWill @ May 1 2008, 01:48) *

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.


Try here: http://www.rarewares.org/ogg-libraries.php

/Kef
john33
QUOTE(Kef @ May 1 2008, 07:30) *

Those only contain the dlls. You can d/l the SDK, with the .lib files, from here: http://homepage.ntlworld.com/jfe1205/OggVo...isSDK-1.2.0.zip smile.gif
kjoonlee
As a side note, 1.2.1 will be available next week, probably.
Kef
QUOTE(kjoonlee @ May 1 2008, 10:55) *

As a side note, 1.2.1 will be available next week, probably.


What's new in 1.2.1?
john33
QUOTE(Kef @ May 1 2008, 10:26) *

QUOTE(kjoonlee @ May 1 2008, 10:55) *

As a side note, 1.2.1 will be available next week, probably.


What's new in 1.2.1?

From the vorbis-dev mailing list:

* improved robustness with corrupt streams
* new ov_read_filter() vorbisfile call allows filtering decoded audio as floats before converting to integer samples.
* Updated RTP payload format draft.
* Bare bones self test under 'make check'
* Fix a problem encoding some streams between 14 and 28 kHz.
* Fix a numerical instability in the edge extrapolation filter.
* Build system improvements.
* Specification correction.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.