From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 18 08:16:44 2010 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 561C8106566B for ; Mon, 18 Jan 2010 08:16:44 +0000 (UTC) (envelope-from clemens@ladisch.de) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id 265B68FC1A for ; Mon, 18 Jan 2010 08:16:43 +0000 (UTC) Received: from compute1.internal (compute1.internal [10.202.2.41]) by gateway1.messagingengine.com (Postfix) with ESMTP id B1390CCFED; Mon, 18 Jan 2010 02:57:50 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 18 Jan 2010 02:57:50 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=message-id:date:from:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; s=smtpout; bh=VzQv3WUAoqFl9uDpLtwrTJjZ7DQ=; b=YMEq2mRucdWCjuimFursDe1LkcaQr4/Js2MkYDhznUYCN4OeKTcieHy4PgSQTX8ZPztZUfMiYxToz5k3lh+Lzt6GOksa8G/dnXR/u2rX32O9t7PAeWRQuT5DIVyu/zpgNEqd8WUyFukbDQMIp3EbDZDLU04bL9tzRXleaHGJ7Rs= X-Sasl-enc: 3o5n4H/5CFK5Ir/UE/4BgJvA+YW099+UwJo0AJW0RvDe 1263801470 Received: from [10.1.2.38] (srv004.schk01.int.dmc-one.com [85.232.8.141]) by mail.messagingengine.com (Postfix) with ESMTPSA id F3CBE4B3534; Mon, 18 Jan 2010 02:57:49 -0500 (EST) Message-ID: <4B54147D.6070806@ladisch.de> Date: Mon, 18 Jan 2010 08:57:49 +0100 From: Clemens Ladisch User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Wes Morgan References: <4B4D8747.2000601@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org, Christian Weisgerber Subject: Re: snd_hda multichannel support added X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2010 08:16:44 -0000 Wes Morgan wrote: > On Sun, 17 Jan 2010, Christian Weisgerber wrote: > > On a vaguely related note: Is there anything anywhere in the open > > source world that real-time encodes multi-channel audio into AC3 > > or DTS so that it can be squeezed through an S/PDIF link? > > ffmpeg? I don't think the tool can be made to work in real time. ALSA's a52 plugin uses ffmpeg's libavcodec to convert 6-channel PCM to AC-3. It works more or less transparently for ALSA applications; it would not be easy to convert it to an API that does not have support for userspace plugins. Best regards, Clemens