Displaying 15 results from an estimated 15 matches for "vorbis_stat".
Did you mean:
vorbis_static
2001 Dec 20
1
CVS Broken Again?
...d OggEnc, having built SDK/all - apparently
not without error :-)..
encode.obj : error LNK2019: unresolved external symbol
_vorbis_bitrate_flushpacket referenced in function _oe_encode
encode.obj : error LNK2019: unresolved external symbol
_vorbis_bitrate_addblock referenced in function _oe_encode
vorbis_static.lib(block.obj) : error LNK2019: unresolved external symbol
_vorbis_bitrate_maxmarkers referenced in function _vorbis_block_init
vorbis_static.lib(res0.obj) : error LNK2001: unresolved external symbol
_vorbis_bitrate_maxmarkers
vorbis_static.lib(block.obj) : error LNK2019: unresolved external symb...
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 c...
2003 Oct 21
2
WATCOM compiled libraries
Hello,
as usual for me with precompiled libraries, the ones of the vorbis-
sdk didn't work for me in WATCOM/Win32, so i compiled them on my own
(vorbis_static.lib / vorbisfile_static.lib - it was possible after
some slight changes like slightly modifiyng the typedef types that
Watcom didn't know)
The libraries work fine so far (like getting the file info), but when
calling ov_read the program hangs up in a loop. I assume that this
endless loop...
2011 Jan 19
1
How to build Theora decoder on VC++ paltform
...ad libvorbis-1.3.2.zip
<http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.2.zip> and
unpack it to d:\build
4. Edit d:\build\libvorbis-1.3.2\win32\VS2008\libogg.vsprops and change
LIBOGG_VERSION from 1.1.4 to 1.2.2
5. Build libvorbis by launching
d:\build\libvorbis-1.3.2\win32\VS2008\vorbis_static.sln
6. Download libtheora-1.1.1.zip
<http://downloads.xiph.org/releases/theora/libtheora-1.1.1.zip> and
unpack it to d:\build
7. Edit d:\build\libtheora-1.1.1\win32\VS2008\libogg.vsprops and change
LIBOGG_VERSION from 1.1.4 to 1.2.2
8. Edit d:\build\libtheora-1.1.1\win32\VS2008\libvorbi...
2001 Jan 13
4
Oggenc bug & other
...ile)
(btw4: I read the mailing lists (vorbis & vorbis-dev) and it seems some
other people also meet with the same problem (but some of them
think so : the winamp plugin is bad)
2. The bitbuffer.c and bitbuffer.h sources are missing from some win32
dsp files (ie: src\vorbis\win32\vorbis_static.dsp)...
You should add them...
3. I cannot compile the Winamp-plugin, because the "httpstream.h" is
missing... (and maybe other files too)
Is that file part of MSVC or something other? Because I didn't find it
on my MSVC CD either...
4. a small modification in shar...
2009 Sep 14
1
[libfishsound ] Using static libraries instead of DLLs
Dear,
I'm sorry if this is not the correct list to post a question about
libfishsound but I don't have found a specific one.
I'm writing a library that use libfishsound for encode/decode speex and
vorbis streams.
I would like to incorporate all the functionalities into my static
library without any dependencies on extern DLL.
Is there a way to compile libfishsound using ogg, oggz,
2009 Jul 15
2
Fixing ogg vorbis corruption caused by bad metadata
Adam Rosi-Kessel wrote:
> Yes, it was Mediamonkey. They claim that it was due to a bug in vorbis
> libraries.
All software has bugs, but this explanation doesn't really add up.
libvorbis is the codec. If they had blamed libogg, which does the
container, then yes, that would have been a believable explanation :-).
Erik
--
2001 Jun 11
1
Anyone with an extended vorbisfile_example?
Hello Vorbis-dev!
I just found out about this absolutely great format. I downloaded the SDK
and successfully compiled vorbisfile_example.c with MSVC6.0 - seems to be
working fine. My next step will be to modify it as follows:
1) Write proper Windows pcm .wav files (with complete header). Shouldn't be
too much of a problem.
2) Package it as a single .dll (instead of as I have now: 1 .exe and 3
2001 Nov 07
2
Win32 builds
> I'm still in hell trying to build for Win32. I've tried rebuilding the
> project files from scratch, however I'm running into a very odd problem.
Are you using the build system in the module "win32sdk"? All the issues
you bring up have been solved there. All versions of the libraries work --
static and dynamic, debug and release.
Chris
--- >8 ----
List
2003 Jun 16
2
using win32 static libs
...ettings.
here the code:
----------------------------------------------------------------------
#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 ;)
}
-----------...
2001 Jan 27
0
Vorbis with BCB
...\vorbis\include" /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 *'...
2004 Sep 27
3
Size of Windows ogg.dll and vorbis.dll
Hello,
On the Windows platform, I would like to compile a version of the codec files ogg.dll, vorbis.dll, and vorbisfile.dll that are small. I notice that the provided Windows projects are very large...the release Vorbis.dll is > 1 mb. To me, that is huge.
I am only using decoding features.
I looked in the Zinf project, and they seem to have a version with the encoding functions
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
2006 Aug 18
6
Ogg Player Code
Hello,
In one of my recent assignments, I was asked to develop a ogg player.
I am not able to find the right repository of the source code. There are few repositories on vorbis but I am not clear which one is the right one for Windows environment.
If somebody has successfully compiled any ogg player ever, his ideas will be helpful to me.
In one of the code set, I was able to compile the
2000 Dec 08
7
Some scratches with beta3
Hi,
I have included the oggvorbis encoding and playback stuff in the
Linux-Mandrake distro back in August 2000. At that time I put the "nightly
CVS" version, which worked just fine.
Then on Mon Nov 27 I noticed some RPM's labelled "1.0beta3" on the website
so I upgraded with these ones.
Since then we have had some serious problems in encoding: approx 20% of
the WAV