Displaying 20 results from an estimated 6000 matches similar to: "Testing floor0-Decoding"
2003 Oct 15
5
Floor0-decode-curve
Hello
I'm working on a fix-point decoder for AOS/Bluebottle - the proprietary
OS of ETH Zurich.
I've some problems with Floor0-curve-computation: I don't know what the
little omega [cos(w)] stands for, line 3 of the official Vorbis
documentation. Does anybody knows what this value means?
I've tried to get the answer from the jOrbis and Tremor, but both seem
to do - among
2004 Feb 17
2
8192 frame and floo0 sample.
Hello, everybody.
I am looking for same Ogg Vorbis file which have 8192 size frame or using floor0.
According to the Ogg Vorbis spec, the maximum frame size is 8192.
But I cannot find that size of frame in the Ogg Vorbis file.
Also I cannot find Ogg Vorbis file using floor0.
If you have, pleas open them. Or can you tell me where I can find them?
Sincerely.
Eunjik
--- >8 ----
List
2003 Mar 25
1
problems with beta4 encoder
Hi,
Am trying to run beta4 encoder on a Sun machine. Want to compare floor0
and floor1. Do not have autoconf and automake.
Got the encoder to compile with a simple makefile. The only define i am
using is NO_FLOAT_MATH_LIB.
The encoded file when played(winamp) gives out plain noise. Am i
missing any other flags/defs?
-Cathy
<p>---------------------------------
Do you Yahoo!?
Yahoo!
2011 Apr 18
0
Error in floor0 decode specification
Hello,
It seems there is an error in the algorithm for floor0 decode in section
6.2.2 of the Vorbis specification.
Here's the relevant part:
3 3) [coefficients] is an empty, zero length vector
4 4) [booknumber] = read an unsigned integer of ilog(
[floor0_number_of_books] ) bits
5 5) if ( [booknumber] is greater than the highest number decode
codebook ) then
2004 Feb 18
5
compiling vorbis in cygwin
Hi,
On compiling vorbis in a cygwin shell using "./autogen.sh" I get the
following error...
configure:19396: checking for Ogg
configure:19431: gcc -o conftest.exe -O20 -D__NO_MATH_INLINES -fsigned-char
-DUSE_MEMORY_H conftest.c -lm -logg >&5
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld:
cannot find -logg
collect2: ld returned 1 exit status
The
2002 Sep 24
5
Floor type 0 and residues type 0 and 1
Hi,
it seems to me as if all vorbis-files only contain floors of type
1 and residues of type 2. Is it possible to "force" the encoder to
somehow create a vorbis-file with the other floor and residue types?
Tor
<p><p><p>===================================================================
EASY and FREE access to your email anywhere: http://Mailreader.com/
2002 Sep 11
1
floor0.c and lsp.c optimisations
Hi,
I think that the introduction of the lsp_look lookup array
isn't ideal and found a better change that can be applied.
in floor0_map_lazy_init() you can replace
look->linearmap[W][j]=val;
by
look->linearmap[W][j]=vorbis_coslook(M_PI*val/look->ln);
and in vorbis_lsp_to_curve you then replace
float w=vorbis_coslook(wdel*k);
...
}while(map[i]==k);
by
float w=map[i];
...
2005 Aug 25
3
what is max and min bitrate supported in OggVorbis?
Hi All,
I am planning to implement Ogg Vorbis Decoder on a 24 bit DSP.
I have following doubts:
1) What is min and max bitrate?
2)What is max Audio Packet size ?
3)What is the max size of setup header?
4)Any idea how to start for making a 24Bit fixed point reference code?
Shall I start with floating point or Tremor or Tremor Low Mem Version?
5) What window sizes in Ogg Vorbis are normally
2003 Oct 24
1
Test .ogg files
Is there a archive with a collection of different .ogg files encoded
with different settings that can be used to verify compatibility?
* Different window size (e.g. != 256,2048)
* Much larger codebooks and other extreme cases that are not generated
using a standard encoder.
* floor0
Regards
--
/ Johannes Sandvall
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project
2003 Nov 08
1
Compiling problems libvorbis 2.0
Hi Guys,
I want to compile libvorbis, but I get this error message if I made a make.
I use Sun Solaris 9 on a UltraSPARC Server and gcc 3.3
can anyone help me, please?
<p>Best Thanks
Daniel
Here the message output from compiling.
-----------------------------------------
/usr/ccs/bin/ld -G -z defs -h libvorbis.so.0 -o .libs/libvorbis.so.0.3.0
mdct.lo smallft.lo block.lo envelope.lo
2014 Mar 20
2
BARK implementation (or specification) error
Hi,
In the course of some work which I describe below, I have found a very significant difference between the BARK function described in the Vorbis specification and its implementation in libvorbis.
In the specificationhttp://xiph.org/vorbis/doc/Vorbis_I_spec.pdf
bark(x) = 13.1arctan(.00074x) + 2.24arctan(.0000000185x**2 + .0001x)
In the libvorbis code
2001 Jun 03
3
[xiphmont@xiph.org: [xiph-cvs] cvs commit: vorbis/vq huffbuild.c latticetune.c make_residue_books.pl]
Go monty!
jack.
-----
To: cvs@xiph.org
Subject: [xiph-cvs] cvs commit: vorbis/vq huffbuild.c latticetune.c make_residue_books.pl
Date: Sun, 3 Jun 2001 22:50:13 -0700 (PDT)
From: xiphmont@xiph.org (Monty)
Precedence: bulk
Reply-To: cvs@xiph.org
xiphmont 01/06/03 22:50:12
Modified: lib codebook.c codebook.h floor0.c mapping0.c os.h
res0.c
vq
2000 Aug 14
1
optimization
Hi all,
I'm busy doing optimizations for vorbis. Don't have time for it, but still
doing it :-)
Some suggestions: there are some double function names:
forward/inverse
pack/unpack
look/free_look/free_info
and maybe more.
If they were renamed to time0_forward etc. profiling would be a lot
easier.
Oh, and add -fno-inline to $PROFILE in the Makefiles (or configure).
Most expensive
2004 Dec 21
1
signedness
Hi,
I need another clarification regarding the standard.
In floor0 header decode (setup), the point no.7 says that
if any of [floor0_order], [floor0_rate], [floor0_bark_map_size],
floor0_amplitude_bits], [floor0_amplitude_offset] or
[floor0_number_of_books] are less than zero, the stream is not decodable
But as we see, all those values are read as unsigned integers. Now I'm
not able to
2004 Feb 07
1
Vorbis file analizer ?
Just out of curiosity, did someone write a tool that dumps in a
human-readable form the audio content of a vorbis file ?
--
Giuliano.
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject
2005 Jul 19
2
Re: vorbis file decoding problems
hi ,
As i had stated before , i am having problems with ov_open() which returns
-132 error.
i have uploaded the project file in rar format.
it is a vc++ project file, can someone please check out the error and
tell me where
i am going wrong...
http://sr2.mytempdir.com/89384
Thanks and regards
sam
2009 Jun 25
2
Fixing ogg vorbis corruption caused by bad metadata
Can I fix the checksum with a hex editor?
Sent from my iPhone
On Jun 25, 2009, at 3:23 PM, Monty Montgomery <monty at xiph.org> wrote:
> Confirmed--- the checksum on the second page (the comment page where
> the album art was added) is incorrect. Vorbis players are not allowed
> to decode any stream in which one of the setup headers is corrupt, and
> a bad checksum counts as
2004 Dec 16
3
Qyery on bark equation in floor0 code
Hi All,
I need some clarifications regarding the mismatch I found in the code
and the specification.
(a) In the specification, the bark(x) equation is given as:
bark(x) = 13.1 atan(.00074x) + 2.24 atan(.0000000158(x^2)) + .0001x
whereas in the code it is given as:
#define toBARK(n)
(13.1f*atan(.00074f*(n))+2.24f*atan((n)*(n)*1.85e-8f)+1e-4f*(n))
Which one of these is the proper one ?
(b)
2003 Jul 22
2
Patch to get libogg2 to build with gcc 2.96
Hi,
When I built libogg2 for testing the new vorbose utility, gcc 2.96
stumbled over a portion from stream.c that mixes variable declarations
with statements. The patch below fixes this.
-Carsten.
Index: stream.c
===================================================================
RCS file: /usr/local/cvsroot/ogg/src/Attic/stream.c,v
retrieving revision 1.1.2.12
diff -u -r1.1.2.12 stream.c
---
2003 May 21
2
Clean separation of encode and decode?
Is anybody interested in cleanly separating encode and decode in vorbis? I'm trying to take a stab at it myself from the head of cvs as of this morning, but it looks like a lot of files contain both encode-only and decode-only functions. An obvious one is mdct.c, which contains mdct_forward and mdct_backward (which isn't that big of a deal, since both are pretty well-contained, but it