summaryrefslogtreecommitdiff
path: root/doc/html/documentation.html
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2006-10-07 06:50:08 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2006-10-07 06:50:08 +0000
commitd0edb97a4637eaffbe51c5092e84bf056caabf0f (patch)
treea23c5a7deee937fdfe005d567616df993bb876cc /doc/html/documentation.html
parent20ad84aa61ff3a44a40ea0458ddb637a7e07ecd5 (diff)
downloadflac-d0edb97a4637eaffbe51c5092e84bf056caabf0f.tar.gz
limit subset further if sample rate is <=48kHz: max blocksize is 4608 and max LPC order is 12
Diffstat (limited to 'doc/html/documentation.html')
-rw-r--r--doc/html/documentation.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/documentation.html b/doc/html/documentation.html
index f31c9bc9..52dc5c2f 100644
--- a/doc/html/documentation.html
+++ b/doc/html/documentation.html
@@ -642,7 +642,7 @@
<span class="argument">-b #</span>, <span class="argument">--blocksize=#</span>
</td>
<td>
- Specify the block size in samples. The default is 1152 for -l 0, otherwise 4608. Subset streams must use one of 192/576/1152/2304/4608/256/512/1024/2048/4096/8192/16384/32768. The reference encoder uses the same block size for the entire stream.
+ Specify the block size in samples. The default is 1152 for -l 0, otherwise 4608. Subset streams must use one of 192/576/1152/2304/4608/256/512/1024/2048/4096 (and 8192/16384 if the sample rate is &gt;48kHz). The reference encoder uses the same block size for the entire stream.
</td>
</tr>
<tr>
@@ -799,7 +799,7 @@
<span class="argument">-l #</span>, <span class="argument">--max-lpc-order=#</span>
</td>
<td>
- Specifies the maximum LPC order. This number must be &lt;= 32. If 0, the encoder will not attempt generic linear prediction, and use only fixed predictors. Using fixed predictors is faster but usually results in files being 5-10% larger.
+ Specifies the maximum LPC order. This number must be &lt;= 32. For Subset streams, it must be &lt;=12 if the sample rate is &lt;=48kHz. If 0, the encoder will not attempt generic linear prediction, and use only fixed predictors. Using fixed predictors is faster but usually results in files being 5-10% larger.
</td>
</tr>
<tr>