[vorbis-dev] Stereo mode settings
Sebastian Gesemann
sgeseman at upb.de
Thu Feb 5 08:43:11 PST 2004
On Tue, 3 Feb 2004, Stephen So wrote:
> What I am attempting to do is bring lossless stereo coupling down to the
> lower quality levels in order to test out whether the high frequency
> boost is present (and caused by point stereo).
my 2 cents:
You could test this effect on monoaural files.
The "HF boost" will still be present.
It's because of heavy quantization. The SNR is *so*
low at high frequencies in low bitrate modes, that the
quantization error increases energy noticably.
Test it yourself:
- generate some random numbers p_i (around -1..1)
- round them to the nearest int q_i:=round(p_i);
- compare the "energy":
\sum{i} p_i^2
\sum{i} q_i^2
The bad news:
I don't know how to avoid this in general.
Ghis!
Sebastian
--- >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