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

"codec issue tracker" <trac@tools.ietf.org> Mon, 24 May 2010 14:22 UTC

Return-Path: <trac@tools.ietf.org>
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 A471C3A6D87 for <codec@core3.amsl.com>; Mon, 24 May 2010 07:22:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.047
X-Spam-Level:
X-Spam-Status: No, score=-101.047 tagged_above=-999 required=5 tests=[AWL=-1.047, BAYES_50=0.001, NO_RELAYS=-0.001, USER_IN_WHITELIST=-100]
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 RyfEc3io7Rjp for <codec@core3.amsl.com>; Mon, 24 May 2010 07:22:20 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (unknown [IPv6:2001:1890:1112:1::2a]) by core3.amsl.com (Postfix) with ESMTP id 106B43A6C12 for <codec@ietf.org>; Mon, 24 May 2010 07:22:20 -0700 (PDT)
Received: from localhost ([::1] helo=zinfandel.tools.ietf.org) by zinfandel.tools.ietf.org with esmtp (Exim 4.71) (envelope-from <trac@tools.ietf.org>) id 1OGYXg-0005Z8-Bk; Mon, 24 May 2010 07:22:08 -0700
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
From: codec issue tracker <trac@tools.ietf.org>
X-Trac-Version: 0.11.7
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 0.11.7, by Edgewall Software
To: hoene@uni-tuebingen.de
X-Trac-Project: codec
Date: Mon, 24 May 2010 14:22:08 -0000
X-URL: http://tools.ietf.org/codec/
X-Trac-Ticket-URL: http://trac.tools.ietf.org/wg/codec/trac/ticket/15#comment:2
Message-ID: <071.ec17032c829ac2dce0dbc4374c8280b6@tools.ietf.org>
References: <062.bc75a3b3c4a980df34535f87c9484935@tools.ietf.org>
X-Trac-Ticket-ID: 15
In-Reply-To: <062.bc75a3b3c4a980df34535f87c9484935@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: hoene@uni-tuebingen.de, codec@ietf.org
X-SA-Exim-Mail-From: trac@tools.ietf.org
X-SA-Exim-Scanned: No (on zinfandel.tools.ietf.org); SAEximRunCond expanded to false
Cc: codec@ietf.org
Subject: Re: [codec] #15: Efficiently combine pre-encoded audio
X-BeenThere: codec@ietf.org
X-Mailman-Version: 2.1.9
Reply-To: codec@ietf.org
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, 24 May 2010 14:22:31 -0000

#15: Efficiently combine pre-encoded audio
------------------------------------+---------------------------------------
 Reporter:  hoene@…                 |       Owner:     
     Type:  enhancement             |      Status:  new
 Priority:  minor                   |   Milestone:     
Component:  requirements            |     Version:     
 Severity:  Active WG Document      |    Keywords:     
------------------------------------+---------------------------------------

Comment(by hoene@…):

 [Cullen]:
 For conference bridges, it's probably more important to be able to decide
 who the active speakers are with low CPU complexity than the actually act
 of mixing the the selected speakers. Consider a typical call with 7 people
 who might be speakers and  the 3 most active are selected and mixed. In
 many systems today, most the MIPS goes to decoding all 7 streams to do
 speaker detection before the resulting 4 streams are formed and encoded.
 If there was a cheap way to figure out who the active speakers were
 without doing a full decode of all 7 streams, that would be sort of nice
 the for conferences bridges.

 [Brian]: Excellent idea.  Been there, never really did it.  It's complex.
 Effectively, you need a distributed adaptive threshold mechanism.
 However, if you had it, user experience in multispeaker environments gets
 a win.

 [Benjamin]:  The cheapest solution, of course, is transmit-side activity
 detection.
 Maybe we need to specify a way for a receiver to request that the
 transmitter employ (or not employ) VAD.

 [JM]:
 I think you can do better than an encoder VAD. All you need to do is make
 sure that the relevant information you need for a VAD can easily be
 decoded from the bit-stream without having to do a full decoding. For
 example, if you're able to easily extract the gain and spectral envelope,
 you can do a VAD based on that without even having to look at the other
 parameters in the bit-stream.

 [Brian]:
 The adaptive threshold doesn't have to be distributed, as the conference
 bridge is selecting the highest scores.
 You do need a consistent way to compute the scores in the endpoints,
 ideally using a method which is not simply energy.
 I realize the bridge can alternatively generate scores from bitstream
 information; I am thinking that is equivalent to including a metric in the
 RTP payload.

-- 
Ticket URL: <http://trac.tools.ietf.org/wg/codec/trac/ticket/15#comment:2>
codec <http://tools.ietf.org/codec/>