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

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRalph Giles <giles@mozilla.com>2014-01-18 03:22:57 +0400
committerRalph Giles <giles@mozilla.com>2014-01-18 03:22:57 +0400
commitb30b2ba21e511f61b718cdd321a21360ffe9dad8 (patch)
tree1d0857a99a80433451560dea21aa06a739107849 /doc
parente26ed59ad0bdac36c1b9138a2e9dee1bf2644780 (diff)
Try to clarify frame packing.
Marko was concerned that RFC 6716 section 3.2.1 narrowly describes zero-length DTX frames _only_ for code 2 and 3 packets, and therefore wanted this sentence to state clearly that code 0 and 1 can be used with zero-byte frames as well. I've tried to do that.
Diffstat (limited to 'doc')
-rw-r--r--doc/draft-ietf-codec-oggopus.xml17
1 files changed, 10 insertions, 7 deletions
diff --git a/doc/draft-ietf-codec-oggopus.xml b/doc/draft-ietf-codec-oggopus.xml
index 898cbecb..42fb6ece 100644
--- a/doc/draft-ietf-codec-oggopus.xml
+++ b/doc/draft-ietf-codec-oggopus.xml
@@ -265,6 +265,16 @@ The actual length of each missing Opus frame inside the packet is zero bytes,
</t>
<t>
+Zero-byte frames MAY be packed into packets using any of codes&nbsp;0, 1,
+ 2, or&nbsp;3.
+When successive frames have the same configuration, the higher code packings
+ reduce overhead.
+Likewise, if the TOC configuration matches, the muxer MAY further combine the
+ empty frames with previous or subsequent non-zero-length frames (using
+ code&nbsp;2 or VBR code&nbsp;3).
+</t>
+
+<t>
<xref target="RFC6716"/> does not impose any requirements on the PLC, but this
section outlines choices that are expected to have a positive influence on
most PLC implementations, including the reference implementation.
@@ -325,13 +335,6 @@ Since medium-band audio is only supported in the SILK modes, wideband frames
will be able to preserve all of the available audio bandwidth.
</t>
-<t>
-Matching synthetic TOC byte(s) MAY be packed into packets using any of
- codes&nbsp;0, 1, 2, or&nbsp;3.
-If the TOC configuration matches, the muxer MAY further combine the empty
- frames with previous or subsequent non-zero-length frames (using code&nbsp;2
- or VBR code&nbsp;3).
-</t>
</section>
<section anchor="preskip" title="Pre-skip">