flac/doc
Martijn van Beurden 29a28338c3 Add partial_tukey and punchout_tukey apodization functions
Adds two new apodization functions that seem to perform better than
the apodization functions currently in the codebase and fixes three
existing windows as well.

Its important to note that this patch only affects the encoder stage
that evaluates various possible predictors. Audio encoded with these
new windows will still decode with existing legacy decoders.

= Theory =
These functions are used to window the  audio data at the predictor
stage. These news functions enable the use of only part of the signal
to generate a predictor. This helps  because short transients can
introduce noise into the predictor. The  predictor becomes very good
at prediciting one part of the  signal, instead of mediocre for the
whole block.

Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
2014-09-22 18:03:24 +10:00
..
html Add partial_tukey and punchout_tukey apodization functions 2014-09-22 18:03:24 +10:00
Doxyfile.in Set version to 1.3.0 and update coyprights throughout. 2013-05-26 19:17:53 +10:00
Makefile.am Silence warning message when doxygen disabled. 2013-10-15 18:01:28 +11:00
Makefile.lite Set version to 1.3.0 and update coyprights throughout. 2013-05-26 19:17:53 +10:00
doxygen.footer.html Properly close HTML comments 2013-05-27 06:42:43 +10:00
doxygen.header.html Properly close HTML comments 2013-05-27 06:42:43 +10:00