We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f5038c commit 66df7c0Copy full SHA for 66df7c0
man/flac.md
@@ -799,7 +799,7 @@ e.g. tukey(0.5) or tukey(0,5) depending on your system.
799
that is cosine-tapered; *P*=0 corresponds to "rectangle" and *P*=1 to "hann".
800
801
- partial_tukey(*N*) and punchout_tukey(*N*) are largely obsoleted by the
802
-more time-effective subdivide_tukey(*N*), see next item. They generate n
+more time-effective subdivide_tukey(*N*), see next item. They generate *N*
803
functions each spanning a part of each block. Optional arguments are an
804
overlap *OV* (\<1, may be negative), for example partial_tukey(2/2e-1);
805
and then a taper parameter *P*, for example partial_tukey(2/2e-1/5e-1).
0 commit comments