Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Opus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexander Traud
Opus
Commits
388fccc3
Commit
388fccc3
authored
15 years ago
by
Jean-Marc Valin
Browse files
Options
Downloads
Patches
Plain Diff
Most suggestions by Stefan Sayer.
parent
36d2a7fd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/ietf/draft-valin-celt-rtp-profile.xml
+16
-3
16 additions, 3 deletions
doc/ietf/draft-valin-celt-rtp-profile.xml
with
16 additions
and
3 deletions
doc/ietf/draft-valin-celt-rtp-profile.xml
+
16
−
3
View file @
388fccc3
...
...
@@ -163,7 +163,7 @@ The RTP header is defined in the RTP specification <xref target="rfc3550"></xref
</section>
<section
anchor=
"
CELT
payload"
title=
"CELT payload"
>
<section
anchor=
"
celt--
payload"
title=
"CELT payload"
>
<t>
For the purposes of packetizing the bit stream in RTP, it is only
...
...
@@ -190,6 +190,19 @@ is required for the decoder to process changes in the bit rate
sent by the encoder.
</t>
<t>
More than one frame may be encoded in the same RTP packet, and for
the decoder it is not possible to determine the compressed size (bit-rate)
of each encoded frame. Thus the compressed size information MUST be explicitly
transmitted. There are two modes for conveying this information:
either the compressed size(s) are encoded for each frame at the
beginning of the RTP payload
<xref
target=
"multiple-frames"
/>
, or it is conveyed in the
signaling and then fixed for the duration of the session
(Low-Overhead Mode,
<xref
target=
"low-overhead"
/>
). Note that the compressed frame size
information must be present either way even if only single frames
are transmitted per RTP packet.
</t>
<t>
It is RECOMMENDED that sampling rates 32000, 44100, or 48000 Hz be used
for most applications, unless a specific reason exists -- such as
...
...
@@ -207,7 +220,7 @@ Bitrate adjustment SHOULD be used instead of padding.
</section>
<section
anchor=
"
M
ultiple
CELT frames in a RTP packet
"
title=
"Multiple CELT frames in a RTP packet"
>
<section
anchor=
"
m
ultiple
-frames
"
title=
"Multiple CELT frames in a RTP packet"
>
<t>
The bitrate used by CELT is implicitly determined by the size of the
...
...
@@ -559,7 +572,7 @@ mapping.
</section>
<section
anchor=
"
L
ow-
O
verhead
Mode
"
title=
"Low-Overhead Mode"
>
<section
anchor=
"
l
ow-
o
verhead"
title=
"Low-Overhead Mode"
>
<t>
A low-overhead mode is defined to make more efficient use of bandwidth
when transmitting CELT frames. In that mode none of the length values need to be transmitted.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment