Displaying 20 results from an estimated 7000 matches similar to: "Test .ogg files"
2004 Feb 05
1
Psychoacoustic model
We've implemented a vorbis decoder based on Tremor and as part of the
documentation we're also writing about psycho acoustic models and
encoding.
We're quite up to date with the decoding process and psycho acoustics
in general but unfortunately not on the psycho acoustic encoding used
in Vorbis.
We have a few questions that would we would be very thankful to have
answer to:
Which
2003 Jun 30
2
Problem with decoding number of codebooks
Hello,
I'm trying to write a Vorbis decoder (just as a hobby) but I've got a
problem with reading the setup header. According to the Vorbis
documentation the first data that should be read after the initial
'vorbis' string is an eight bit integer which when incremented by one,
contains the number of codebooks in the header. My problem is that
whenever I read this number it seems
2003 Dec 08
2
Encoding, documentation, questions
As part of the documentation of a Vorbis decoding project, a quick
explanation of the encoding procedure is required. I quite up to date
with the decoding process but not with the encoding part.
Is there any documentation explaining the different steps during
encoding?
What I'm looking for is a list of encoding steps, very briefly
explained and more details on a few fundamental steps, like
2004 Mar 11
2
Ogg/Vorbisreport, FFT optimizations
I wrote to the list earlier about optimizations of the
tremor. Specially replacing the IMDCT with a N/4 FFT.
The report is available here: http://www.sandvall.nu/thesis.pdf
Short summary:
Optimization of the Tremor code under 50kB for a "split" decoder version.
~44 MIPS. Huffman highly unoptimized. IMDCT ~ 8 MIPS.
Quick overview of the
2004 May 24
3
Testing floor0-Decoding
Do anybody know, from where I can get an Ogg Vorbis File, which uses
floor0 coding.
I know that the current encoder doesn't use floor0. Anyway, to be fully
compliant with the Vorbis Specification the decoder still must be able
to decode floor0. I am working on a Vorbis port to a DSP. I want to go
sure, that if the need of floor0 decoding will again occur, this also
will work properly.
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
2003 Apr 15
1
Ogg Traffic for April 15, 2003
Hi everybody:
Here is this week's Ogg Traffic with all new updates on recent
activities in the world of Xiph.org. The HTML version is up at
http://www.vorbis.com/ot/20030415.html.
Enjoy!
-Carsten
<p>Ogg Traffic for Tuesday, April 15, 2003
[1]Carsten "Purple" Haese
April 15, 2003
_________________________________________________________________
Table of
2009 Jul 14
2
Fixing ogg vorbis corruption caused by bad metadata
Monty Montgomery wrote:
> Yes. Without the first three packets (which hold all the codec
> settings and all the instruction how to handle the subsequent packets)
> the rest of the stream is gibberish. Vorbis can't even unpack the
> bits without the codebooks packed into the third header.
Curiosity man here.
Is there a finite set of predetermined codebooks or is the codebook
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 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
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 Mar 04
2
Ogg Traffic for 03/03/2003
Hi everybody:
Due to popular demand, starting today I will announce to the list when a
new Ogg Traffic issues comes out.
So, a new Ogg Traffic is available at
http://www.vorbis.com/ot/20030303.html. Enjoy!
Carsten Haese
Ogg Traffic Editor, Xiph.org Foundation
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from
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
2009 Jun 18
5
Fixing ogg vorbis corruption caused by bad metadata
2009/6/18 Adam Rosi-Kessel <adam at rosi-kessel.org>:
> On Thu, Jun 18, 2009 at 11:12:30PM +0900, Conrad Parker wrote:
>> yow, that's pretty badly corrupted, the vorbis codebooks (usually the
>> third packet) is completely gone. It looks like you'd need to throw
>> away the first 16 packets, start with fresh headers, and copy in the
>> rest of the data
2009 Jun 18
3
Fixing ogg vorbis corruption caused by bad metadata
2009/6/18 Adam Rosi-Kessel <adam at rosi-kessel.org>:
> Ivo Emanuel Gon?alves wrote, on 6/18/2009 6:14 AM:
>>
>> On 6/18/09, Conrad Parker<conrad at metadecks.org> ?wrote:
>>>
>>> This sounds like it needs a new tool specifically for fixing broken
>>> Ogg files.
>>
>> I see two solutions:
>>
>> 1) the new vcut which I
1999 Nov 12
4
State of Vorbis
Hi folks, some notes about goings on.
After opportunity to think aloud, I have the pieces of the VQ system more
or less in place. I need to finish the codebook generation core (this is not
libvorbis code, but an external utility). I then need to write the encode/
decode/packing code that makes use of the codebook. This future code is
already specced.
Tony: I haven't worked on the xmms
1999 Nov 12
4
State of Vorbis
Hi folks, some notes about goings on.
After opportunity to think aloud, I have the pieces of the VQ system more
or less in place. I need to finish the codebook generation core (this is not
libvorbis code, but an external utility). I then need to write the encode/
decode/packing code that makes use of the codebook. This future code is
already specced.
Tony: I haven't worked on the xmms
2003 Aug 08
3
where to get vorbis files with all configuration the spec support
Hi
According to vorbis I spec, there are several configurations. There are 2
formats of floor, 3 formats of residue and 3 look up types of VQ codebook,
etc. I think to get all kinds of vorbis file with these configurations but
what I have got from network only support some of the formats (Ex. floor1,
residue 1 & 2, VQ lookup type0 & 1). I downloaded several freeware vorbis
encoder
2004 Feb 19
1
read codebook function
Anexed is my function for reading codebooks and the Vq Table. My problem is:
I read a codeBook number of 41, so i called this function above 41 times.
The firtst time, the sync patterns (BCV) is alligned correctly, so it reads correctly. the sencond time it is executed, the patter is not there anymore and there are only 8 BCV in my file.
function fReadBits1 is the same as the ogg's read bit
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