summaryrefslogtreecommitdiff
path: root/doc/html/faq.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/faq.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/faq.html')
-rw-r--r--doc/html/faq.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/faq.html b/doc/html/faq.html
index fa13f600..18fc085a 100644
--- a/doc/html/faq.html
+++ b/doc/html/faq.html
@@ -304,7 +304,7 @@
<br />
<a name="tools__not_streamable"><b>Why did I get "ERROR initializing encoder, state = FLAC__STREAM_ENCODER_NOT_STREAMABLE"?</b></a><br />
<br />
- You specified encoding options that are outside the <a href="format.html#subset">Streamable subset</a>. If that is what you really wanted, you must also use <span class="code">flac --lax</span>.<br />
+ You specified encoding options that are outside the <a href="format.html#subset">Streamable subset</a>. If that is what you really wanted and you understand the consequences, you can use <span class="code">flac --lax</span> to generate a non-Subset stream. The resulting file may not be streamable or play in all players.<br />
<br />
<a name="tools__different_sizes"><b>Why doesn't the same file compressed on different machines with the same options yield the same FLAC file?</b></a><br />
<br />