Re: [codec] #15: Efficiently combine pre-encoded audio

stephen botzko <stephen.botzko@gmail.com> Sun, 11 April 2010 18:14 UTC

Return-Path: <stephen.botzko@gmail.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 7642F3A68D3 for <codec@core3.amsl.com>; Sun, 11 Apr 2010 11:14:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.598
X-Spam-Level:
X-Spam-Status: No, score=-2.598 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HTML_MESSAGE=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 1sDgHSWBcgDo for <codec@core3.amsl.com>; Sun, 11 Apr 2010 11:14:03 -0700 (PDT)
Received: from mail-iw0-f189.google.com (mail-iw0-f189.google.com [209.85.223.189]) by core3.amsl.com (Postfix) with ESMTP id D2DCF3A687E for <codec@ietf.org>; Sun, 11 Apr 2010 11:14:02 -0700 (PDT)
Received: by iwn27 with SMTP id 27so3934635iwn.5 for <codec@ietf.org>; Sun, 11 Apr 2010 11:13:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=JgOgJpf85F9CCJ9r3FfgpNkLvimwjCfzRg2HyU+4pbA=; b=rTNqYcgHchoSQ32H0V3jqmJL7azGcaqWYXnwbbN8WUpNmXW1oqQKFEyDWnHO+gigNC 5u/lon/Rdu608OClXpiH3CTFSw0LhnPbISNVP3BnaV0CdY6WcyhaSUkO/g7zmJ73rY79 rME5cb3JsLgFOjylEYOhXYnbtQIRI6wgWcb7I=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=ZBHZ0nmNK8KIqQmylkvIy2ztJUDpj1zgC1LYoh70tJaDVhCNFkTu/neYqDRTyYg3Ol MWImLsgLH8v8J7A1Cs19Jazi5+YPBI47fROoE609V4qNPG9aaRf9nuMtuF7rYLAy2r4K BRqsqAuSyZs6r1VsFtUoQQawl5vAPxbsoPf+A=
MIME-Version: 1.0
Received: by 10.231.85.133 with HTTP; Sun, 11 Apr 2010 11:13:54 -0700 (PDT)
In-Reply-To: <062.bc75a3b3c4a980df34535f87c9484935@tools.ietf.org>
References: <062.bc75a3b3c4a980df34535f87c9484935@tools.ietf.org>
Date: Sun, 11 Apr 2010 14:13:54 -0400
Received: by 10.231.60.19 with SMTP id n19mr1388887ibh.79.1271009634774; Sun, 11 Apr 2010 11:13:54 -0700 (PDT)
Message-ID: <x2g6e9223711004111113t4c11eeb4u3fd494f6598acbbf@mail.gmail.com>
From: stephen botzko <stephen.botzko@gmail.com>
To: hoene@uni-tuebingen.de
Content-Type: multipart/alternative; boundary="001485e76dfec970970483f9fd69"
Cc: codec@ietf.org
Subject: Re: [codec] #15: Efficiently combine pre-encoded audio
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: Sun, 11 Apr 2010 18:14:04 -0000

A related question is encoder-decoder synchronization time.  Generally audio
codecs are designed so that even if they start decoding with unknown state,
the encoder and decoder synchronize automatically and very quickly.

(Video codecs generally do not have this property BTW).

Stephen Botzko


On Sun, Apr 11, 2010 at 11:07 AM, codec issue tracker
<trac@tools.ietf.org>wrote:

> #15: Efficiently combine pre-encoded audio
>
> ------------------------------------+---------------------------------------
>  Reporter:  hoene@…                 |       Owner:
>     Type:  enhancement             |      Status:  new
>  Priority:  minor                   |   Milestone:
> Component:  requirements            |     Version:
>  Severity:  Active WG Document      |    Keywords:
>
> ------------------------------------+---------------------------------------
>  Ability to efficiently combine pre-encoded audio into a single stream. For
>  instance, if a server needs to play an announcement it would be nice to be
>  able to send pre-encoded, cached audio data to the client in such a way
>  that decoder will reset its state and decode this audio properly. Or, in
>  case of conference server, to switch to another audio source without the
>  need to decode and encode the audio again
>
> --
> Ticket URL: <http://trac.tools.ietf.org/wg/codec/trac/ticket/15>
> codec <http://tools.ietf.org/codec/>
>
> _______________________________________________
> codec mailing list
> codec@ietf.org
> https://www.ietf.org/mailman/listinfo/codec
>