hi flac list,<br><br>I read on the site about the decoding -F (or <a name="flac_options_decode_through_errors"><span class="argument">--decode-through-errors) </span></a>feature:<br><br>&#39;
                                        By default <span class="commandname">flac</span> stops decoding with an error and removes the partially decoded file if it encounters a bitstream error.  With <span class="argument">-F</span>, errors are still printed but 
<span class="commandname">flac</span>
will continue decoding to completion. Note that errors may cause the
decoded audio to be missing some samples or have silent sections.&#39;<br><br>So is it true that when decoding with -F option, there are only 3 possibilities:<br><br>- the decoded sample is error-free and is added to the WAV file
<br>- the decoded sample has an error but instead this sample is not added to the WAV file (so it&#39;s just thrown away)<br>- the decoded sample has an error but instead a silent sample is added to the WAV file (so you can hear in fact silence when there are a lot of samples of this kind directly after each other)
<br><br>is this above correct or are there more situations that can occur in the case of corrupted flac files you want to decode using -F?<br><br>thx in advance<br>