Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@octasic.com>2009-07-10 19:51:44 +0400
committerJean-Marc Valin <jean-marc.valin@octasic.com>2009-07-10 19:52:33 +0400
commit94b39e9561066f3365c8ebe4a05b7d6f56838e97 (patch)
tree00f961518e3a3fd9e34b95f19489cf07fbe55237 /doc
parente6d832a7218dbf4188be8d6ed20472e20e9ef037 (diff)
ietf doc: clarifications
Diffstat (limited to 'doc')
-rw-r--r--doc/ietf/draft-valin-celt-codec.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/ietf/draft-valin-celt-codec.xml b/doc/ietf/draft-valin-celt-codec.xml
index 6d3ded9..a5fec67 100644
--- a/doc/ietf/draft-valin-celt-codec.xml
+++ b/doc/ietf/draft-valin-celt-codec.xml
@@ -77,7 +77,7 @@ and decoding process.
This document describes the CELT codec, which is designed for transmitting full-bandwidth
audio with very low delay. It is suitable for encoding both
speech and music at rates starting at 32 kbit/s. It is primarily designed for transmission
-over packet networks and protocols such as RTP <xref target="rfc3550"/>, but also includes
+over the Internet and protocols such as RTP <xref target="rfc3550"/>, but also includes
a certain amount of robustness to bit errors, where this could be done at no significant
cost.
</t>
@@ -98,6 +98,10 @@ of CELT include:</t>
</list>
</t>
+<t>The source code for the reference implementation of the CELT codec is provided in <xref target="ref-implementation"/>. This source code is the normative specification
+of the codec. The corresponding text description in this document is provided
+for informative purposes. </t>
+
<t>
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
@@ -1318,7 +1322,7 @@ The authors would also like to thank the CELT users who contributed patches, fea
</references>
-<section anchor="Reference Implementation" title="Reference Implementation">
+<section anchor="ref-implementation" title="Reference Implementation">
<t>This appendix contains the complete source code for a floating-point
reference implementation of the CELT codec written in C. This