aoTuV_technical.txt 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. aoTuV beta5.5 technical information
  2. The differences from the aoTuV beta 5...
  3. 1. The frequency domain width of M6 was revised.
  4. 2. For q-1/-2, a pre-echo reduction code was applied (M3). In addition,
  5. the M3 code was improved.
  6. 3. The floor setup parameters in the low bit-rate was changed.
  7. 4. The part including bug of noise normalization was rewritten.
  8. 5. libvorbis 1.2.0 were merged. Furthermore, a revision of Bug #300 and
  9. #1229 was applied.
  10. 6. The ATH curve of the high frequency area (more than 32kHz) was revised.
  11. ...and I tune up many parameters.
  12. 2008/03/30
  13. Aoyumi
  14. ----------------------------------------------------------------------------
  15. aoTuV beta5 technical information
  16. The differences from the aoTuV beta 4.51...
  17. 1. In order to work noise normalization correctly, the value of tone
  18. masking is compressed under certain conditions. A floor curve approaches
  19. the original audio spectrum line as a result. [New M4]
  20. 2. In order to cut down the bitrate, a part of M2 code of beta4 was
  21. deleted.
  22. �@3. The ATH curve was changed slightly.
  23. 4. Pre-echo decreased slightly. This is based on change of M3 code.
  24. 5. In order to decrease artifact by collapse of audio energy, noise
  25. normalization processing of point stereo was extended. [32/44.1/48kHz only]
  26. 6. The threshold of channel coupling (lossless <=> point) is changed
  27. dynamically. This is a method based on a certain idea. [M6]
  28. ...and I tune up many parameters.
  29. 2006/10/24
  30. Aoyumi
  31. ----------------------------------------------------------------------------
  32. aoTuV beta4.51 technical information
  33. The differences from the aoTuV beta 4.5...
  34. 1. The changed part of "scale.h" of Xiph.Org SVN was reflected in aoTuV.
  35. This will solve the problem of the compile by gcc4.
  36. 2. A part of portion added by beta4.5 had caused memory access violation.
  37. Depending on environment, a problem arises in qualiy-1/-2. This problem was
  38. corrected.
  39. 2005/11/17
  40. Aoyumi
  41. ----------------------------------------------------------------------------
  42. aoTuV beta4.5 technical information
  43. The differences from the aoTuV beta 4...
  44. 1. M4 code of beta3 was deleted. M5 is added as what is replaced with it.
  45. The advantage of this method is that the result stabilized more is obtained.
  46. Instead, the change width of the bit rate becomes large rather than before.
  47. [32/44.1/48kHz only]
  48. 2. New M4 was added. There is this for the same purpose as M1. However,
  49. it is tuned up only in the low bit rate region according to work and
  50. individual parameters. [32/44.1/48kHz only]
  51. 3. M2 code was extended. This decreases a specific noise problem.
  52. [32/44.1/48kHz only]
  53. ...and I mainly tune up tone/noise masking and noise normalization parameters.
  54. The above change is applied below quality3.
  55. 2005/11/05
  56. Aoyumi
  57. ----------------------------------------------------------------------------
  58. aoTuV beta4 technical information
  59. The differences from the aoTuV beta 3...
  60. 1. Adoption of new hypot (point stereo). This works in general better than
  61. dipole/round hypot. And when residue is likely to decrease greatly at the
  62. time of a reverse phase, added code is made to increase the ratio of lossless.
  63. 2. Change of ATH curve. This is not a big change.
  64. 3. Residue used for threshold calculation of channel coupling is changed.
  65. This one seems to be good selection.
  66. 4. HF reduction code of beta3 was deleted. Now, this is not required.
  67. 5. The energy deficit of M4 code of beta3 -- correction of a bug Now.
  68. 6. The code for pulling downward floor of the frequency range which can
  69. be easy to be heard was added (New M2). This works by the low bit rate and
  70. has a comparatively good trade-off.
  71. 7. Change of threshold calculation of noise normalization. Moreover, it
  72. takes phase information into consideration.
  73. ...and I mainly tune up tone/noise masking and noise compander parameters.
  74. 2005/06/18
  75. Aoyumi
  76. ----------------------------------------------------------------------------
  77. aoTuV beta3 technical information
  78. The differences from the aoTuV beta 2 and Vorbis 1.1...
  79. 1. Dynamic impulse block noise control(q0-10). [32/44.1/48kHz only]
  80. Conspicuous pre-echo is reduced.
  81. 2. New ATH curve.
  82. 3. In order to cancel that a small sound becomes unstable, the noise level
  83. of low frequency is lowered under specific conditions. (Only below q3)
  84. There is a greatest effect on a piano etc. [32/44.1/48kHz only]
  85. 4. The rate of lossless stereo is increased in specific conditions. This
  86. improves many of conspicuous problems which a point stereo causes. (e.g
  87. drumus's hiss/voice, guitar and brass's distortion) [32/44.1/48kHz only]
  88. 5. The action of the noise normalization of point stereo is corrected. It
  89. was set to one of the causes of distortion in a long tone (e.g
  90. strings/oboe/high tone voice).
  91. 6. The HF reduction code was not working normally. This is corrected and
  92. it retuned up according to the present condition. [32/44.1/48kHz only]
  93. 7. The q-2 mode was added in all sampling frequencies. And nominal bitrate
  94. of q-1 are changed into a more nearly average value. Although nominal
  95. bitrate is more large at a low sampling frequency, average bitrate hardly
  96. differs from the former version.
  97. ...and I mainly tune up tone/noise masking parameters.
  98. 2004/11/21
  99. Aoyumi