search for: vorbisenc_stat

Displaying 4 results from an estimated 4 matches for "vorbisenc_stat".

Did you mean: vorbisenc_static
2009 Apr 16
2
Query Regarding Vorbis Audio codec
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 al...
2003 Jun 16
2
using win32 static libs
...--------------------------------- #include "StdAfx.h" #include ".\ogg2wav.h" #include "oggvorbis\vorbisenc.h" #pragma comment(lib,"oggvorbis\\ogg_static.lib") #pragma comment(lib,"oggvorbis\\vorbis_static.lib") #pragma comment(lib,"oggvorbis\\vorbisenc_static.lib") void COgg2Wav::Convert(CString strWavPath, CString strOggPath) { vorbis_info vi; vorbis_info_init(&vi); // here comes *the* code, when i'm done with the linker-issue ;) } ---------------------------------------------------------------------- the c...
2001 Jan 27
0
Vorbis with BCB
...t; /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c And: # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ogg_static.lib vorbis_static.lib vorbisenc_static.lib /nologo /subsystem:console /machine:I386 /libpath:"c:\src\ogg\win32\Static_Release" /libpath:"c:\src\vorbis\win32\Static_Release" Once getting by those issues, I get these errors: [C++ Error] oggenc.cpp(201): E2034 Cannot convert 'void *' to 'char *'....
2001 Dec 13
6
Newbie question
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello! First, sorry if my english is not very correct :-) I'm a spanish student making a streaming project under Linux and I'd like to use Vorbis format but I have a problem. I want to capture live audio from the sound card and stream it in real time to the server. Actually I have installed Icecast, LiveIce and the Lame encoder and they