[vorbis-dev] Rhubarber (advanced peeler)
Peter Harris
peter.harris at hummingbird.com
Thu Apr 3 10:16:17 PST 2003
Segher Boessenkool wrote:
> Oh btw, to get a real peeler, not very good but works
> anyway, use
>
> op->bytes *= 0.8;
I've gone and used
if (op->bytes > threshold)
op->bytes *= factor_large;
else
op->bytes *= factor_small;
(all three parameters are tunable from the command line)
I find it's the large blocks that tend to create the chirps, so I prefer
the sound when I allocate more bits to the large blocks. Of course, then
it sounds 'choppy' instead. Choose your poison, I guess.
I'm listening to "Takin' Care of Business" without any short blocks at
all right now.
I guess I amuse way too easily.
Peter Harris
--- >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 at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Vorbis-dev
mailing list