Displaying 20 results from an estimated 500 matches similar to: "new 100kbps mode"
2001 Jan 24
3
PreBeta4/First Results
Hi there,
I encoded the hard to encode piece ":wumpscut: - mother" with the new
prebeta4 encoder (windows). As I crashed my harddrive I've to reinstall
linsuxx again and double check the results, maybe there's a difference
between the platforms (as far as I remember there was such a thing before).
This song is pretty good for fast listening-tests as there are plenty of
2001 Jan 24
3
PreBeta4/First Results
Hi there,
I encoded the hard to encode piece ":wumpscut: - mother" with the new
prebeta4 encoder (windows). As I crashed my harddrive I've to reinstall
linsuxx again and double check the results, maybe there's a difference
between the platforms (as far as I remember there was such a thing before).
This song is pretty good for fast listening-tests as there are plenty of
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
2001 May 01
1
encoder observation
Hello!
First of all a question:
When you make the encoder tables (ie: mode_e.h)
do you use the mapping0_forward function?
Because you made the encoder tables, and after this
you did a minor correction in the final beta4 ...
(this correction was:
additional[0]=fabs(additional[0]*scale);
in the mapping0_forward function)
(I see this was a bug, and the modification
was correct, but this correction
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 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
2000 Dec 17
3
what script or command makes the codebooks?
Pardon my ignorance or laziness (as the case may turn out), but is there
documentation or a script/Makefile somewhere that describes exactly how the
current codebooks were produced? (I mean, the exact arguments, as opposed to
"in general") Are the (exact) training data sets available somewhere?
Thanks,
--Mike
--
[O]ne of the features of the Internet [...] is that small groups of
2000 Sep 28
5
Interesting coding problem ..
Hi,
I have a track which when encoded with Mode_C or even Mode_E does
not encode well at all ...
It's a jazz flute track with a lot of plate echo.
The flute (centred in the mix) almost disappears ...
I am away for a few days, but if someone would like to look at this
I would be grateful ...
A small clip can be grabbed from my ftp server ...
ftp.york.ac.uk
in:
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
2000 Aug 15
1
beta 2
My branch that I've been working on for the last few weeks is now the
mainline; once I add a few more modes (mode_A.h through mode_E.h,
corresponding roughly to 128,160,192,256,350 kbps stereo) and Mike Smith and
Chad get the modes into OggEnc, we'll be at beta 2.
A few things to note:
I'd been really really hoping that I'd squeeze the last bit of performance out
of non
2001 Feb 13
0
handle date variables
Thanks! This is helpful.
Three more questions.
1. How to convert a string into a numeric value. For
example, convert '20010122' to 20010122.
2. How to convert a string into a date value. For
example, convert 20010122
to 2001 Jan 22, and get its day of the week, i.e.
Monday?
3. How to handle date variables in a loop? How to make
the following codes work? And how users should pass
the
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 Aug 31
2
More information on exception
The following block of code produces an exception. The testnew.ogg
file is 10 seconds, containing pure silence encoded using mode E:
http://www.cs.mun.ca/~chris3/testnew.ogg
Other files and modes can cause the exception, but many files work
fine.
#include <stdio.h>
#include "vorbis/vorbisfile.h"
int main()
{
OggVorbis_File ov, ov2;
FILE *f, *f2;
f
2001 Jan 22
3
CVS source tree from 22 Jan 2001
Makefile.in is not fixed !
in old ssh.h
# define SSH_ASKPASS_DEFAULT "/usr/X11R6/bin/ssh-askpass"
in new pathnames.h
#define _PATH_SSH_ASKPASS_DEFAULT "/usr/X11R6/bin/ssh-askpass"
but in Makefile.in
PATHS=...-DSSH_ASKPASS_DEFAULT=\"$(ASKPASS_PROGRAM)\"
-----------------------------------------------------------
about patch:
- remove unused defines:
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
2018 Dec 10
0
PROPOSAL: Extend inline asm syntax with size spec
Hi Segher,
On Sun, Dec 2, 2018 at 3:48 PM Segher Boessenkool
<segher at kernel.crashing.org> wrote:
>
> On Fri, Nov 30, 2018 at 10:06:02AM +0100, Boris Petkov wrote:
> > On November 29, 2018 1:25:02 PM GMT+01:00, Segher Boessenkool <segher at kernel.crashing.org> wrote:
> > >This will only be fixed from GCC 9 on, if the compiler adopts it. The
> >
2016 Apr 02
4
Changes to get CD to boot on EFI System.
Hi,
Ady wrote:
> I very much doubt that there is any ISO image, publicly
> available or not, that can boot optical media in UEFI mode by means of
> Syslinux for EFI as of today. I hope this status will change at some
> point.
> [...]
> I doubt that syslinux.efi (renamed as "EFI/BOOT/BOOT<arch>.EFI")
> is capable of booting optical media in UEFI mode at