Displaying 20 results from an estimated 600 matches similar to: "Query Regarding Vorbis Audio codec"
2009 Apr 17
1
Query Regarding Vorbis Audio codec
Hi,
I have a Win32 folder in libvorbis folder in which i have dsw
executable file, I have Visual studio 2008 so I ported that into
VS2008, then I downloaded ogg lib and included that also. After that
_V_SELFTEST has been defined, then its asking the definition of these
two header files
#include "vorbis/book/lsp20_0.vqh"
#include "vorbis/book/res0a_13.vqh"
I commented this and
2009 Apr 17
2
Query Regarding Vorbis Audio codec
Hi,
I downloaded the Vorbis audio codec and tried to build with my Visual
Studio 2008, but its not working properly. Can anyone suggest me how I
can proceed or how to get the workable version of the codec.
Regards,
Kiran
2009 Apr 20
2
Query Regarding Vorbis Audio codec
Hi all,
I have vorbis audio codec I want to create the separate projects for
Encoder as well as decoder, Can anybody suggest me which all the files
comes under which category (or) which functions will come under
encoder or decoder.
Thanks & Regards,
Kiran
2002 Jul 18
3
Boring but useful VP3/QT patches
I think I'll start with the simple stuff, just to be safe. :-)
Here are some cvsignore updates, and a fix for the inter-project dependencies in the MSVC *.dsw file.
Cheers,
Eric
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vp32-cvs-ignore-patch.diff
Type: application/octet-stream
Size: 1524 bytes
Desc: vp32-cvs-ignore-patch.diff
Url :
2000 Jul 12
1
VC6 MS Project Files
The VC6 .dsp and .dsw files included with the distro of the Vorbis source
has a few problems. Mostly, a few files are missing and cause unresolved
symbols when attempting to link to the resulting vorbis.lib. There also
exists a problem with linking to LIBC, that can cause multiply defined
symbols in an application that attempts to use vorbis.lib.
The attached .dsp and .dsw file fix these
2000 Jul 12
2
VC6 Project Files
The VC6 .dsp and .dsw files included with the distro of the Vorbis source
has a few problems. Mostly, a few files are missing and cause unresolved
symbols when attempting to link to the resulting vorbis.lib. There also
exists a problem with linking to LIBC, that can cause multiply defined
symbols in an application that attempts to use vorbis.lib.
The attached .dsp and .dsw file fix these
2004 Aug 06
1
Building speexdec on win32
Hello ,
I had downloaded latest tar.gz of speex sources.
I am trying to build it on windows , by using the
Visual C project files. (dsp/dsw)
with libspeex I did succeed.
When I try to build speexdec (using the (dsp/dsw project files under
win32/speecdec)
I get the follwoing message dialog :
"browse for project ogg_static"
what to do ?
regards
sting
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
2000 Aug 22
4
Vorbis Beta 2 MSVC Files
The .dsp and .dsw files included I obtained as a part of the vorbis source,
via CVS, are not recognized by Visual Studio as valid workspace/project
files. Should I be getting these files from another place or can someone
clue me in on how else to build vorbis on a windows platform?
Scott Danahy
Programmer
VedaLabs - www.vedalabs.com
--- >8 ----
List archives: http://www.xiph.org/archives/
2001 Aug 30
1
Some minor refactoring of Oggdrop build environment
I performed a minor amount of refactoring of the build environment for oggdrop.
These include:
Action: Added a workspace to manage project files and dependencies
Purpose: To build all dependent libraries before attempting to build oggdrop --
i.e. provide one-step build process.
Instead of opening "oggdrop.dsp", open "oggdrop.dsw"
Action: Added
2013 Mar 09
3
Updated MSVC patch
On 09-03-13 01:01, Erik de Castro Lopo wrote:
> I would like to know how many years I have to wait before we can ditch
> this stuff. I intend to do some testing on platforms I have available
> today and roll a second pre-release after my testing.
Talking about ditching, there are still .dsp files in the repository,
these are MSVC 6 files. I haven't seen anyone on the list testing
2000 Dec 19
0
what script or command makes the codebooks? (fwd)
---------- Forwarded message ----------
Date: Mon, 18 Dec 2000 15:50:05 -0500 (EST)
From: Erik Kruus <kruus@on2.com>
Reply-To: vorbis-dev@xiph.org
To: vorbis-dev@xiph.org
Subject: Re: [vorbis-dev] what script or command makes the codebooks?
I've been through the entire vq table process during the last week. Some folks
have already suffered through listening to .ogg files encoded with a
2000 Nov 08
1
Minor fixes for libvorbis-1.0beta3/anoncvs 2000-11-08
Hi there,
I just built libvorbis from anoncvs and found that a) some files are
missing from lib/books when making dist and b) the GNU GPL instead of the
LGPL is included in the package (contrary to what the README says).
If you reply, please includ me in the Cc: because I'm not on the list.
The missing files are:
res0_160_1024_1.vqh
res0_160_1024_2.vqh
res0_160_1024_3.vqh
2002 Aug 06
0
Getting a GUI to work with Vorbis code
I am trying to create a Graphical User Interface for a Vorbis Player under
MS Visual C++ 6.0
I was initially trting to use the code from decoder_example.c but I keep
getting linker errors.
I have set up my project as told to by James Boer on this mailing list.
This is as follows:
This document was prepared from an email received from James Boer on the Ogg
Vorbis mailing list. It gives a
2000 Jan 07
0
VQ generation utilities ready + usage instructions
The VQ codebook generation utilities are more or less ready to go. Minor
things are left to do, but those will have to be handled as I to them :-)
The next thing to do is complete the interface to get compression modes and
codebooks to the library for encoding (minor stuff), and then arrange how
exactly the MDCT residue is filtered through the codebooks.
VQ codebook util instructions:
2007 Nov 28
3
[PATCH] Add Visual Studio 2008 Prject files
I pulled the test directory from 2003, but everything else from 2005. The 2005 files have more ?cross-compiling? targets than the 2003 ones. I fixed the various missing files in the new 2008 projects (misc.c and one other other are gone now).
The only thing you could do which would make them more compact would be to get rid of the subdirectories under each vs-version. There is no real need for
2004 Aug 06
1
Error in compiling Speexdec code (Speex-1.1.5 code) on Windows using VC++6.0
Hi,
I've downloaded the Speex-1.1.5 code and am trying to compile the Speexdec code using Microsoft VC++ 6.0 IDE.
When I try to open the speexdec.dsw workspace, I get a dialog asking to locate the ogg_static file. I simply cancel that message, and then the project is opened in the VC++ 6.0 IDE.
Now, when I simply try to compile the program, I receive this 5 error messages.
error1.
2000 Sep 21
0
.vqd example?
Hi, I'm trying to build an lsp codebook to learn about the
process, and I'm afraid that the vq hints
http://www.xiph.org/archives/vorbis-dev/0000.html
talk rather about residual training.
So I can now produce .vqi files and add to them with lspvqtrain,
but can anyone supply hints for the rest of the procedure?
vqbuild will only produce a "cloud"-type quantlist, and
sequencep
2005 Jan 05
2
Status of Windows builds for libvorbis/libogg
Hi all,
I've just done a quick check of the libvorbis Visual C++ 6.0 project on
Windows, and am happy to say that both libvorbis and libogg build fine.
(Theora isn't quite so lucky -- see the theora-dev mailing list for
details on that.) There are two suggestions I can make, though:
1. To build properly, the directories must be checked out with
certain names, and in paths
2002 Jul 23
1
Please correct this bugs in vorbis win32 environment
If You want to compile vorbis libraries under win32
environment you can experience some problems:
1) If you unzip vorbis libraries, you will have 3 directories:
"libogg-1.0", "libvorbis-1.0" and "vorbis-tools-1.0".
You need to rename them to "ogg", "vorbis", "vorbis-tools".
Otherwise batch files or even dsp project files, won't work.