Displaying 3 results from an estimated 3 matches for "floor1_final_i".
Did you mean:
floor1_final_y
2002 Aug 13
1
Specification documents
Hi everyone,
after having an extensive look at the reference decoder as well as the
specification documents, I'd like to point out what I think to be some
minor omissions/flaws in the latter, and suggestions for correcting them.
---
#1:
in vorbis-spec-floor1.html, packet decode:
Between 14) and 15) a crucial step is missing. Please insert:
14a) [cval] >>= [cbits]
----
#2:
in
2002 Sep 23
2
More errors in the file format specification Was: Test files for decoder implementation
Hi,
I've found some more errors in the file format specification (or
at least points, where the specification and actual libvorbis implementation
mismatch):
- Floor 1 / curve computation / step 1: amplitude value synthesis
21) vector [floor1_final_Y] element [i] =
[predicted] - (([val] - 1) divided by 2 using integer division)
hould be:
21) vector [floor1_final_Y] element [i] =
2002 Oct 15
5
Specification change requests
Hi,
as Conrad suggested, I've made a complete list of all points in the
specification, which I beleive are errors, or where the explanation
is unclear, contains unneccessary steps and so on.
I hope someone has time to look through the points and if and when
accepting or rejecting them be so very kind and inform me about it.
I will also once again try to work through the residue