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
Container Registry
Model registry
Operate
Environments
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
Xiph.Org
Opus
Commits
950394ce
Commit
950394ce
authored
16 years ago
by
Jean-Marc Valin
Browse files
Options
Downloads
Patches
Plain Diff
mode parameters in ietf draft
parent
0be0c800
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-codec.xml
+23
-2
23 additions, 2 deletions
doc/ietf/draft-valin-celt-codec.xml
with
23 additions
and
2 deletions
doc/ietf/draft-valin-celt-codec.xml
+
23
−
2
View file @
950394ce
...
...
@@ -31,11 +31,13 @@
<date
day=
"18"
month=
"December"
year=
"2008"
/>
<area>
General
</area>
<workgroup>
AVT Working Group
</workgroup>
<keyword>
I-D
</keyword>
<workgroup>
AVT Working Group
</workgroup>
<keyword>
audio codec
</keyword>
<keyword>
low delay
</keyword>
<keyword>
Internet-Draft
</keyword>
<keyword>
CELT
</keyword>
<abstract>
<t>
CELT
<xref
target=
"celt-website"
/>
is an open-source voice codec suitable for use in very low delay
...
...
@@ -107,6 +109,24 @@ aliasing calcellation.</t>
</section>
<section
anchor=
"CELT Modes"
title=
"CELT Modes"
>
<t>
The operation of both the encoder and decoder depend on the
mode data. This data includes:
<list
style=
"symbols"
>
<t>
Frame size
</t>
<t>
Sampling rate
</t>
<t>
Windowing overlap
</t>
<t>
Number of channels
</t>
<t>
Definition of the bands
</t>
<t>
Definition of the "pitch bands"
</t>
<t>
Decay coefficients of the Laplace distributions for coarse energy
</t>
<t>
Fine energy allocation data
</t>
<t>
Pulse allocation data
</t>
</list>
</t>
</section>
<section
anchor=
"CELT Encoder"
title=
"CELT Encoder"
>
...
...
@@ -272,6 +292,7 @@ The spherical codebook is decoded by alg_unquant() (<xref target="vq.c">vq.c</xr
The index of the PVQ entry is obtained from the range coder and converted to
a pulse vector by decode_pulses() (
<xref
target=
"cwrs.c"
>
cwrs.c
</xref>
). Derf??
</t>
<t>
mix_pitch_and_residual() (
<xref
target=
"vq.c"
>
vq.c
</xref>
).
</t>
...
...
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