summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2006-04-28 00:15:01 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2006-04-28 00:15:01 +0000
commitea73d72ab66003a9f55964b14af9651c6f15dfee (patch)
tree97d4a0333d26068522caef077210f090520bd4a7 /doc
parentbeeee71379297b7f27e3fade7673cdd63b35737b (diff)
downloadflac-ea73d72ab66003a9f55964b14af9651c6f15dfee.tar.gz
add docs for -A, additional docs for --cue
Diffstat (limited to 'doc')
-rw-r--r--doc/html/documentation.html16
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/html/documentation.html b/doc/html/documentation.html
index 7e9c5d2c..b07004dd 100644
--- a/doc/html/documentation.html
+++ b/doc/html/documentation.html
@@ -423,7 +423,8 @@
<span class="argument">--cue=4.1</span> : decode from track 4, index 1 to the end of the stream<br />
<span class="argument">--cue=4.1-</span> : decode from track 4, index 1 to the end of the stream<br />
<span class="argument">--cue=-4.1</span> : decode from the beginning of the stream up to, but not including, track 4, index 1<br />
- <span class="argument">--cue=2.1-2.4</span> : decode from track 2, index 1, up to, but not including, track 2, index 4
+ <span class="argument">--cue=2.1-2.4</span> : decode from track 2, index 1, up to, but not including, track 2, index 4<br />
+ <span class="argument">--cue=9.1-10.1</span> : decode from track 9 the way it would be played on a CD player; this works even if the CD has no 10th track.
</td>
</tr>
<tr>
@@ -728,6 +729,19 @@
</tr>
<tr>
<td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
+ <a name="flac_options_apodization" />
+ <span class="argument">-A "function"</span>, <span class="argument">--apodization="function"</span>
+ </td>
+ <td>
+ Window audio data with given the apodization function. The functions are: bartlett, bartlett_hann, blackman, blackman_harris_4term_92db, connes, flattop, gauss(STDDEV), hamming, hann, kaiser_bessel, nuttall, rectangle, triangle, tukey(P), welch.<br />
+ For gauss(STDDEV), STDDEV is the standard deviation (0&lt;STDDEV&lt;=0.5).<br />
+ For tukey(P), P specifies the fraction of the window that is tapered (0&lt;=P&lt;=1; P=0 corresponds to "rectangle" and P=1 corresponds to "hann").<br />
+ More than one -A option (up to 32) may be used. Any function that is specified erroneously is silently dropped. The encoder chooses suitable defaults in the absence of any -A options; any -A option specified replaces the default(s).<br />
+ When more than one function is specified, then for every subframe the encoder will try each of them separately and choose the window that results in the smallest compressed subframe. Multiple functions can greatly increase the encoding time.<br />
+ </td>
+ </tr>
+ <tr>
+ <td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
<a name="flac_options_max_lpc_order" />
<span class="argument">-l #</span>, <span class="argument">--max-lpc-order=#</span>
</td>