Displaying 3 results from an estimated 3 matches for "ogopogo".
2000 Sep 11
1
Mac OS X DP4 patches
...S X DP 4, and seems to be more appropriate.
However, please consider this one carefully before accepting it.
I will revisit these when I get my hands on Mac OS X beta, hopefully
this week.
-- Richard
+-------------------------+
| Richard Kiss |
| richard@homemail.com |
| http://www.ogopogo.net/ |
+-------------------------+
--- >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-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subj...
2000 Nov 26
1
Trivial 12% performance gain in encoding
(well, YMMV, but it got me 12% on Mac OS X Public Beta on my test case).
In vorbis/lib/scales.h, add the following after fromdB()
#define sqrt_fromdB(x) (exp((x)*.11512925*0.5))
In vorbis/lib/psy.c at the bottom of bark_noise(), do:
< noise[i]=sqrt(fromdB(v));
> noise[i]=sqrt_fromdB(v);
This avoids the sqrt() call entirely by just doing it as part of the exp().
(I'd
2000 Sep 13
3
end-user mode for a moment (side-by-side tests)
Smack my curiosity, but I encoded some songs in Vorbis mode 2 and tried
to be able to distinguish the difference between that and the uncompressed
WAVs. (*smacks self*) but here's what I noted:
It's actually kind of hard to tell the difference :) (and I consider myself
to have a decent set of ears, though not anywhere near the best)
I got my accuracy to about 90%, but I couldn't