[ogg-dev] Query Regarding Vorbis Audio codec

Cristian Adam cristian.adam at gmail.com
Thu Apr 23 16:03:26 PDT 2009


Kiran Dhananjayan wrote:
> Dear Moderator,
> I downloaded Vorbis 1.2.0 code from your website and I tried to build
> a project in Visual studio 2008, as the earlier version was created in
> VC 6 version it has been modified here. In the solution I have 6
> projects vorbis_dynamic, vorbis_static, vorbisenc_dynamic,
> vorbisenc_static, vorbisfile_dynamic, vorbisfile_static. When I tried
> to built the project, it shows error that it cannot find ogg.h file
> which is not there in entire downloaded directory. So my queries are,
> 1. Where I can download ogg.h file
> 2. How to build the vorbis audio codec in Visual Studio 2008
> 3. What all the test vectors can be used for this?
>
> Regards,
> Kiran
>   
Hi,

For 1. and 2. I have tested the following scenario:

1. Download libogg 1.1.3 from 
http://downloads.xiph.org/releases/ogg/libogg-1.1.3.zip and unpack it in 
c:\xiph.org <http://xiph.org>
2. Go to "C:\xiph.org <http://xiph.org>\libogg-1.1.3\win32" folder and 
get the VS2008 projects files from svn:
    svn co http://svn.xiph.org/trunk/ogg/win32/VS2008/
3. Compile c:\xiph.org 
<http://xiph.org>\libogg-1.1.3\win32\VS2008\libogg_static.sln
4. Download libvorbis 1.2.0 from 
http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.zip and unpack 
it in c:\xiph.org <http://xiph.org>
5. Go to "C:\xiph.org <http://xiph.org>\libvorbis-1.2.0\win32\", and get 
the the VS2008 project files from svn:
   svn co http://svn.xiph.org/trunk/vorbis/win32/VS2008/
6. Compile c:\xiph.org 
<http://xiph.org>\libvorbis-1.2.0\win32\VS2008\vorbis_static.sln

In C:\xiph.org <http://xiph.org>\libogg-1.1.3\win32\VS2008\Win32\ and in 
C:\xiph.org <http://xiph.org>\libvorbis-1.2.0\win32\VS2008\Win32\ you 
should have the static libraries and the build examples.
   
Cheers,
Cristian.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/ogg-dev/attachments/20090424/b4f233a0/attachment.htm 


More information about the ogg-dev mailing list