Displaying 20 results from an estimated 100 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
2000 Dec 25
2
Modification requests / question
Hello!
1.
You should modify the 'vorbis_ftoi(f)' for the undefinied OS/compiler
in the 'os.h' on this way:
old:
static int vorbis_ftoi(double f){
return (int)(f+.5);
}
new:
#define vorbis_ftoi(f) ((int)(f+.5f))
Because in some cases we don't use this function, and the compiler writes
many error messages.
2. Could you write a frequency and bitrate independent
2007 Oct 09
1
dlls and encoder_example
hello, i have vorbis sdk 1.0rc2 and i have could compile encoder_example.c in a console aplication project on VC 6. But when i execute the program, only appears the black visual display screen without obtaining result. where is my problems??
other question: in sdk there is for example, vorbis.dll and vorbis_d.dll, which is the difference?
i have could compile any project like libvorbis
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
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:
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
2001 Jan 21
1
new 100kbps mode
Hiya,
Find attached a new encoding mode. 100kbps.
There's a patch as well; it is supposed to improve quality.
Have fun,
Segher
p.s. To use the mode: add an
#include "modes/mode_S.h"
to modes/modes.h
and force vorbisenc.c to use it.
(Oh, and the S doesn't mean Segher. Really).
<HR NOSHADE>
<UL>
<LI>application/octet-stream attachment: Unknown Document
2013 Jun 20
3
Apply a specific manifest on agent
Hi All,
I am new to Puppet and I am wondering if there is a way to just apply a
manifest one-time (present on the master, not included in site.pp) on an
agent node without having to edit site.pp? It''s like I want to run a
command on the agent that will do this for me.
Something analogous to "puppet apply <manifest>" except that the manifest
is not locally present on
2004 Dec 01
2
How to use Ogg_d.dll in VB.NET ?
Hi everybody
This is the first time I write on the list, hope my topic is accepted.
I have been looking in the list archive for answers on this question but no
luck and hope that one of you wise people can guide me in the right
direction.
I have tried to add the DLL in the references list under VB.NET but its not
accepted as a
NET DLL or COM DLL, and I cant find out how to call it from within
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
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
2001 Sep 10
1
Problems with vorbis sdk
Hi,
Sorry if this question has been already asked but
I'm new to this mailing list. I just wanted to try the
sdk under windows with VC6. I've made a new
project (a console application) and used the example
vorbisfile_example.c (I've made the test in a DLL
too). But when I launch the program it crashes
Kernel32.dll. The crash appends when the function
ov_open is use.
Any body
2004 Jun 25
0
newbie questions about VQ
Hi, I've been using the Vorbis codec for a while and recently I got the source code and had a look at the spec (great job on the doc BTW). I don't have any former experience with audio compression, but I do know what a DCT does and I totally grok Huffman coding (so I guess I'm not that much of a newbie, am I?).
Anyway I just had some questions about how VQ works on the encoding side.
2000 Jun 20
1
Makefile.in for installing headers
Here is include/Makefile.in
`all' and `clean' do nothing.
`install' and `uninstall' should work.
<HR NOSHADE>
<UL>
<LI>text/plain attachment: Makefile.in
</UL>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile.in
Type: application/octet-stream
Size: 346 bytes
Desc: not available
Url :
2000 Jul 26
1
more modes?
Can anyone give me a brief explanation in filling the vorbis_info
struct? I need to play around with higher/lower nominal kbps, 1/2
channels and different sample rates..... but donno what other value
need to be change (ie modes, maps, times, floors......... ). Thanks
Ray
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
2000 Jul 19
1
possible bug in _f0_fit_clear (BOUNCE vorbis-dev@xiph.org: Non-member submission from ["Dimitry Andric" <dimit (fwd)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 2000-07-19 at 11:06 Monty wrote:
>I'll have to give things a look later/tomorrow to make sure nothing
>'bad' (tm) crept in. I know, for example, that the books involved
>are likely not exactly what I wanted to be using, but should be OK.
>Specifically, the lsp12 and 30 codebooks are gigantic and the mode
>description