From owner-freebsd-current@FreeBSD.ORG Mon Dec 3 19:56:04 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B9B23FE2 for ; Mon, 3 Dec 2012 19:56:04 +0000 (UTC) (envelope-from feld@feld.me) Received: from feld.me (feld.me [66.170.3.2]) by mx1.freebsd.org (Postfix) with ESMTP id 847E18FC08 for ; Mon, 3 Dec 2012 19:56:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=feld.me; s=blargle; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-Id:Subject:Cc:To:From:Date; bh=YvhRWiv6FPQYT6jiVW9II3HYnRPJnfvXZT0/6b+CUfw=; b=FVxt5eY8hn15KHXJ5qWanffOl8UChZNcwEUHEzZwH6N9exlr5aiDdjQKeWJZc+QBL/gWQCeparZJNFXgIhfzg6VViUJy/3X7FDlCDluQT1jlHF+9kPLDY2ECEVVZSMB1; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by feld.me with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Tfc7P-000Kpt-FI; Mon, 03 Dec 2012 13:56:00 -0600 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.4) with esmtpa id 1354564549-2688-2687/5/3; Mon, 3 Dec 2012 19:55:49 +0000 Date: Mon, 3 Dec 2012 13:55:48 -0600 From: Mark Felder To: Volodymyr Kostyrko Subject: Re: FreeBSD development audio system: KLANG Message-Id: <20121203135548.2a8b8774@tech304> In-Reply-To: <5028A551.7080006@gmail.com> References: <50278FF4.3040706@zedat.fu-berlin.de> <5028A551.7080006@gmail.com> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-SA-Report: ALL_TRUSTED=-1, KHOP_THREADED=-0.5 X-SA-Score: -1.5 Cc: freebsd-current@freebsd.org, "O. Hartmann" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2012 19:56:04 -0000 On Mon, 13 Aug 2012 09:57:21 +0300 Volodymyr Kostyrko wrote: > 2. It's claiming very spurious tasks like adding full audio routing=20 > support like JACK does. I personally think that most users doesn't = need=20 > it and I can't really say who and how will benefit of this. Full audio routing isn't needed, but I'd be satisfied if there was some = way to specify that my USB Microphone is my default input and my sound = card is my default output. This isn't possible in the current OSS = implementation (can only choose default "device" which takes over = /dev/dsp completely), but other than that FreeBSD has the best audio = system in a *nix right now.