mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fix link to wmp guide; add known bug: -A in some locales
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
<li><a href="#plugins">plugins</a> - documentation for the various input plugins.</li>
|
<li><a href="#plugins">plugins</a> - documentation for the various input plugins.</li>
|
||||||
<li><a href="api/index.html">libFLAC and libFLAC++ APIs</a> - for developers who want to add FLAC support to their programs.</li>
|
<li><a href="api/index.html">libFLAC and libFLAC++ APIs</a> - for developers who want to add FLAC support to their programs.</li>
|
||||||
<li><a href="#bugs">bugs</a> - known bugs.</li>
|
<li><a href="#bugs">bugs</a> - known bugs.</li>
|
||||||
<li><a href="http://losslessaudio.blogspot.com/2005/12/media-center-edition-2005-with-flac.html">How to add FLAC support to Windows Media Player</a></li>
|
<li><a href="http://www.losslessaudioblog.com/wmpmce-lossless-guide/">How to add FLAC support to Windows Media Player</a></li>
|
||||||
<li><a href="#monkey">How to add FLAC support to the Monkey's Audio GUI</a></li>
|
<li><a href="#monkey">How to add FLAC support to the Monkey's Audio GUI</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
Keep in mind that the online version of this document will always apply to the latest release. For older releases, check the documentation included with the release package.
|
Keep in mind that the online version of this document will always apply to the latest release. For older releases, check the documentation included with the release package.
|
||||||
@@ -1469,6 +1469,9 @@
|
|||||||
<br />
|
<br />
|
||||||
The following are major known bugs in the current (1.1.3) release:
|
The following are major known bugs in the current (1.1.3) release:
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>
|
||||||
|
If your locale does not use "." for the decimal point, there is a bug that causes the default compression settings to be sub-optimal. You should add <span class="argument">-A "tukey(0,5)"</span> to your <span class="command">flac</span> command string (or however "0.5" should be formatted for your locale).
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
When encoding to Ogg FLAC, if there are too many seek points (>240), the seek table will not have the offsets written back properly after encoding.
|
When encoding to Ogg FLAC, if there are too many seek points (>240), the seek table will not have the offsets written back properly after encoding.
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user