From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 21 16:01:19 2013 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2F99E22E; Mon, 21 Jan 2013 16:01:19 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 0791AB4E; Mon, 21 Jan 2013 16:01:17 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id SAA17157; Mon, 21 Jan 2013 18:01:14 +0200 (EET) (envelope-from avg@FreeBSD.org) Message-ID: <50FD6649.5040509@FreeBSD.org> Date: Mon, 21 Jan 2013 18:01:13 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130113 Thunderbird/17.0.2 MIME-Version: 1.0 To: David Demelier , Oliver Lehmann Subject: Re: OSS and ALSA References: <50FD4E38.5040305@FreeBSD.org> In-Reply-To: <50FD4E38.5040305@FreeBSD.org> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: FreeBSD multi , FreeBSD quest X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 16:01:19 -0000 on 21/01/2013 16:18 Andriy Gapon said the following: > Are you sure? And are you speaking about the latest version - 3.3.3 ? > > In that version, if neither ALSA nor OSS4 is selected then the only output > possible is FileWriter. BTW, OSS4 is "On" by default, which is annoying - why do > I have install some external kernel code if we already have quite good audio code. > > It seems that audacious has lost support for "normal OSS" and became useless to > me. Maybe "SDL Output" plugin/option could help, I need to try that. Yes, SDL Output works fine. I think that this should be the default for the following reasons: - unlike OSS4 it doesn't require an additional external kernel driver - unlike PulseAudio it doesn't require any daemon (and possibly extra configuration) - unlike ALSA OSS plugin, SDL code is sane in its usage of OSS API -- Andriy Gapon