From 2a29eae030866104074fae3bb65b6185428f36b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lee=20Carr=C3=A9?= <83581502+Lee-Carre@users.noreply.github.com> Date: Sun, 3 Sep 2023 18:09:35 +0000 Subject: [PATCH] Documentation (man/flac.md); fix typo (#644) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Section: `Apodization functions` From: > For partial_tukey(n) and punchout_tukey(n), […] The use of this is > that different parts of a block are ignored as the might contain > transients which are hard to predict anyway. […] to (emphasis added only in this summary, not in the source): > For partial_tukey(n) and punchout_tukey(n), […] The use of this is > that different parts of a block are ignored as the**y** might contain > transients which are hard to predict anyway. […] --- man/flac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/flac.md b/man/flac.md index b51ac698a4..87969bf6d9 100644 --- a/man/flac.md +++ b/man/flac.md @@ -715,7 +715,7 @@ yield sane results. If necessary, an overlap can be specified, as can be the taper parameter, for example partial_tukey(2/0.2) or partial_tukey(2/0.2/0.5). ov should be smaller than 1 and can be negative. The use of this is that different parts of a block are ignored -as the might contain transients which are hard to predict anyway. The +as they might contain transients which are hard to predict anyway. The encoder will try each different added apodization (each covering a different part of the block) to see which resulting predictor results in the smallest representation.