[codec] Codec development update

Jean-Marc Valin <jean-marc.valin@octasic.com> Thu, 20 May 2010 20:40 UTC

Return-Path: <jean-marc.valin@octasic.com>
X-Original-To: codec@core3.amsl.com
Delivered-To: codec@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id C99413A67AD for <codec@core3.amsl.com>; Thu, 20 May 2010 13:40:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.247
X-Spam-Level:
X-Spam-Status: No, score=-0.247 tagged_above=-999 required=5 tests=[AWL=-0.248, BAYES_50=0.001]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WV1rEddohfe4 for <codec@core3.amsl.com>; Thu, 20 May 2010 13:40:15 -0700 (PDT)
Received: from MAILEXCH.octasic.com (mail.octasic.com [70.54.254.106]) by core3.amsl.com (Postfix) with ESMTP id F2F9F3A67D2 for <codec@ietf.org>; Thu, 20 May 2010 13:40:06 -0700 (PDT)
Received: from [142.138.24.19] ([142.138.24.19]) by MAILEXCH.octasic.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 20 May 2010 16:39:59 -0400
Message-ID: <4BF59E1E.7040502@octasic.com>
Date: Thu, 20 May 2010 16:39:58 -0400
From: Jean-Marc Valin <jean-marc.valin@octasic.com>
User-Agent: Thunderbird 2.0.0.24 (X11/20100317)
MIME-Version: 1.0
To: "codec@ietf.org" <codec@ietf.org>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-OriginalArrivalTime: 20 May 2010 20:39:59.0197 (UTC) FILETIME=[9D39C8D0:01CAF85C]
Subject: [codec] Codec development update
X-BeenThere: codec@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Codec WG <codec.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/codec>, <mailto:codec-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codec>
List-Post: <mailto:codec@ietf.org>
List-Help: <mailto:codec-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codec>, <mailto:codec-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 20 May 2010 20:40:16 -0000

Hi folks,

Here's a quick update on actual development of the codec. So far, in terms 
of integration, we are still at the experiment stage with the simulated 
files (these were not actual codecs) I sent earlier combining SILK, 
BroadVoice and CELT. The original email is at 
http://www.ietf.org/mail-archive/web/codec/current/msg01241.html and the 
files are at: http://jmvalin.ca/codec_experiment1/

At the same time, CELT has been improved to facilitate potential 
integration within a future codec. These are the changes made so far:

- Reducing the code size
- Improving support for 20 ms frames
- Allowing dynamic switching of frame size (between 2.5, 5, 10 and 20 ms)
- Adding a configuration option for skipping the low frequencies
- Improving the tuning for lower bit-rate speech

Those who want to follow the development from the CELT side (and try the 
latest code) can do so by getting the "master" branch in the git 
repository. See http://git.xiph.org/?p=celt.git for details. Note that this 
code is *not* bit-stream compatible with the latest release (0.7.1), nor 
with the latest I-D (based on 0.6.1).

Cheers,

	Jean-Marc