[Vorbis-dev] c++ Wav->ogg encoder

Ralph Giles giles at xiph.org
Fri Jun 9 10:59:30 PDT 2006


On Fri, Jun 09, 2006 at 08:00:44PM +0300, Jere Malinen wrote:

> I think that best way would be to use libogg 1.1.3 and libvorbis 1.1.2. Do 
> I even need both of them, since I only need to have capability of 
> encoding?

Yes, you need both of them. libvorbis will encode the raw audio to 
vorbis, but you need libogg to pack that into an ogg file for streaming
or storage.

> (I have FMOD for everything else.) I have tried to make some 
> dlls and libs out of them with Visual Studio 2005, but no success. Would 
> it be possible to copy and include .c and .h files directly from lib 
> folder to my project? If so then how and what files do I need?

Makefile.am in the library source directories have the list of files you 
need. It's a little confusing to read at first; look for the _SOURCES 
lines.

There are also VS2005 project files in the svn version; you might try 
those.

Unfortunately, I don't know anything about MSVC so I can't help you with 
the details. Perhaps one of our windows developers can be of more 
assistance.

FWIW,
 -r


More information about the Vorbis-dev mailing list