search for: vorbis_sdk

Displaying 3 results from an estimated 3 matches for "vorbis_sdk".

Did you mean: vorbis_fd
2002 Jun 26
1
Getting started with vorbisfile_example.c (MS VC 6)
Hello Hope you don't mind another newbie's question. Further to GIE's email about problems compiling decoder_example.c example (MS VC 7) using debug static ogg/vorbis libs, we'd appreciate any help getting the example files to compile on MS VC 6. The zip files we have downloaded are: libao-0.8.2.zip libogg-1.0rc3.zip libvorbis-1.0rc3.zip vorbis-sdk-1.0rc3.zip
2002 Aug 06
0
Getting a GUI to work with Vorbis code
...rbis source code. 1. The files extracted from the vorbis-sdk-1.0rc3.zip <http://www.vorbis.com/files/rc3/windows/vorbis-sdk-1.0rc3.zip> should be stored in a known location so that Visual C++ can locate the files. For the purposes of this document it is assumed that they are installed at c:\vorbis_sdk 2. To specify the locations of these files in Visual C++ goto Tools -> Options and select the directories tab. Select Include Files from the Show directories for: drop down menu. Add an entry which points to c:\vorbis_sdk\include. Change to Library Files and add an entry which points to c:\...
2001 Jan 09
1
PATCH: Segfault fix for ogg123
The problem I noted earlier about segfaulting at the end of playback and the problem about mangled wav files have the same cause. The playback buffer in ogg123 is freed without checking if it has even been allocated. Ken probably didn't notice because he was using a buffer (which is optional). :) A patch for ogg123.c is attached. (Probably takes the record for the smallest patch