From 950394ce3f8e9d3b500c13a1e19a8f8cc0cc95d3 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Fri, 9 Jan 2009 17:44:22 -0500 Subject: [PATCH] mode parameters in ietf draft --- doc/ietf/draft-valin-celt-codec.xml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/doc/ietf/draft-valin-celt-codec.xml b/doc/ietf/draft-valin-celt-codec.xml index bc4fc8b8..9ac89693 100644 --- a/doc/ietf/draft-valin-celt-codec.xml +++ b/doc/ietf/draft-valin-celt-codec.xml @@ -31,11 +31,13 @@ General -AVT Working Group -I-D +AVT Working Group +audio codec +low delay Internet-Draft CELT + CELT is an open-source voice codec suitable for use in very low delay @@ -107,6 +109,24 @@ aliasing calcellation. + + +
+ +The operation of both the encoder and decoder depend on the +mode data. This data includes: + +Frame size +Sampling rate +Windowing overlap +Number of channels +Definition of the bands +Definition of the "pitch bands" +Decay coefficients of the Laplace distributions for coarse energy +Fine energy allocation data +Pulse allocation data + +
@@ -272,6 +292,7 @@ The spherical codebook is decoded by alg_unquant() (vq.ccwrs.c). Derf?? + mix_pitch_and_residual() (vq.c).