[codec] Codec prototype

Jean-Marc Valin <jean-marc.valin@octasic.com> Mon, 05 July 2010 23:16 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 8B1C63A6918 for <codec@core3.amsl.com>; Mon, 5 Jul 2010 16:16:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.001
X-Spam-Level:
X-Spam-Status: No, score=0.001 tagged_above=-999 required=5 tests=[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 Xxdf8JsxgVU4 for <codec@core3.amsl.com>; Mon, 5 Jul 2010 16:16:06 -0700 (PDT)
Received: from MAILEXCH.octasic.com (mail.octasic.com [70.54.254.106]) by core3.amsl.com (Postfix) with ESMTP id 709053A67B5 for <codec@ietf.org>; Mon, 5 Jul 2010 16:16:06 -0700 (PDT)
Received: from [142.138.24.19] ([142.138.24.19]) by MAILEXCH.octasic.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 5 Jul 2010 19:16:07 -0400
Message-ID: <4C3267B7.5010406@octasic.com>
Date: Mon, 05 Jul 2010 19:16:07 -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: 05 Jul 2010 23:16:07.0301 (UTC) FILETIME=[0C0D8350:01CB1C98]
Subject: [codec] Codec prototype
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: Mon, 05 Jul 2010 23:16:13 -0000

Hi guys,

We have just completed a very early prototype hybrid codec that combined 
SILK and CELT to encode 48 kHz speech. We have submitted an I-D that 
describes the resulting codec: 
http://www.ietf.org/id/draft-valin-codec-prototype-00.txt . This is still 
very incomplete, but we preferred to submit early so that people can have a 
look at what we've been doing. This first version has no flexibility 
(except for the bit-rate), but that should get better. Same with the 
quality -- there's been no tuning yet.

The code is available with a git repository at 
git://git.xiph.org/users/jm/silk.git . It also depends on the CELT 
repository (git://git.xiph.org/celt.git) and an "unofficial" SILK 
repository (git://git.xiph.org/users/jm/silk.git). See the README file for 
basic instruction on building the code. The current build system is highly 
non-user-friendly, so please bear with us.

There is a complete tarball of the current version (for those who don't 
have git) at: http://people.xiph.org/~jm/ietfcodec/ along with samples at 
http://people.xiph.org/~jm/ietfcodec/samples-20100705/ . Unlike previous 
samples, these are *not* simulations and are produced without any cheating 
by the hybrid codec prototype. The rates are 32, 40 and 48 kb/s CBR.

Enjoy,

	Jean-Marc and Koen