Compression

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • AAC quantization

    0 answers - 560 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Hi
    I am new to the field of audio compression. Could someone explain the
    quantization process?.
    I see that the spectral value is multiplied
    by the following to get the quantized value
    (pow(2, (3/16)*scale_factor))*(spectral_value^0.75)
    According to my understanding, power-law quantization should be as
    follows,
    pow_value = spectral_value^0.75;
    pow_sc = scale_factor^0.75;
    quant_value = pow_value/pow_sc;
    Could someone explain the logic behind the formula used in AAC
    quantization?

Re: AAC quantization


max 4000 letters.
Your nickname that display:
In order to stop the spam: 3 + 2 =
QUESTION ON "Compression"

EMSDN.COM