summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCon Kolivas <kernel@kolivas.org>2020-06-27 13:02:57 +1000
committerMartijn van Beurden <mvanb1@gmail.com>2022-04-13 20:32:08 +0200
commit24629435bb265d740bf5ff12b2e48a7fbc319977 (patch)
tree03516c49c3fb2f9340734232b53c8baf17d534c1 /doc
parentf7e77f627ae7c75c75e9a971cfc403c5e6a699ec (diff)
downloadflac-24629435bb265d740bf5ff12b2e48a7fbc319977.tar.gz
Add support in the encoder for up to 20 bit sample rates
Now that many DACs support up to 768kHz, add support for these sample rates to the encoder. Files produced with these sample rates are already decodable by the reference decoder. Update documentation and tests accordingly.
Diffstat (limited to 'doc')
-rw-r--r--doc/html/faq.html2
-rw-r--r--doc/html/format.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/faq.html b/doc/html/faq.html
index 5612002b..8504f32b 100644
--- a/doc/html/faq.html
+++ b/doc/html/faq.html
@@ -278,7 +278,7 @@
<br />
FLAC supports linear PCM samples with a resolution between 4 and 32 bits per sample. FLAC does not support floating point samples. In some cases it is possible to losslessly transform samples from an incompatible range to a FLAC-compatible range before encoding.<br />
<br />
- FLAC supports linear sample rates from 1Hz - 655350Hz in 1Hz increments.<br />
+ FLAC supports linear sample rates from 1Hz - 1048575Hz in 1Hz increments.<br />
<br />
<a name="general__samples_fp"><b>Will FLAC ever support floating-point samples?</b></a><br />
<br />
diff --git a/doc/html/format.html b/doc/html/format.html
index ce1e483d..7a99e438 100644
--- a/doc/html/format.html
+++ b/doc/html/format.html
@@ -523,7 +523,7 @@
&lt;20&gt;
</td>
<td>
- Sample rate in Hz. Though 20 bits are available, the maximum sample rate is limited by the structure of frame headers to 655350Hz. Also, a value of 0 is invalid.
+ Sample rate in Hz. 20 bits are available, the maximum sample rate being 1048575Hz. Also, a value of 0 is invalid.
</td>
</tr>
<tr>