From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 21 18:12:58 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 75739BBC; Mon, 21 Jan 2013 18:12:58 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-lb0-f172.google.com (mail-lb0-f172.google.com [209.85.217.172]) by mx1.freebsd.org (Postfix) with ESMTP id 6E22F3FE; Mon, 21 Jan 2013 18:12:57 +0000 (UTC) Received: by mail-lb0-f172.google.com with SMTP id n8so2880292lbj.17 for ; Mon, 21 Jan 2013 10:12:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=JD0tATM5fZoIJqX1qwtuSdOiCRAb7eb4+CwgcmG7gpE=; b=Kq1yZPJQqBEt6AV0chRc3Em8dQdTtDUhXwU0PxlnCB1jCBrqe0Tb77PCXDQlpExn3t rvENE4WNWIXjHJ0f7WQgDaULF1EsF2IW0vH8dmoUP2AgtlReVdXtaPSmb+bLUHEQ0/B3 sfUMC/MyX1sLXZbCE7bUgXX9S1oqbpvLaOFd9FMHD6jI8xxKXajGa04zjSjyegMQSdPu BpfTYBIbPCNmn9StdAwdeJxRBma42rV9XKx3gDlp8I4nvZeLZGYYnSfb0q8h5wuOhEiF O3Iso0ZeQ6S08RhRm7cr/sUHCYMseP8eaknHgRgLUyXobSPwUX+eHYjR9ATwj3YqB8BN ViPg== X-Received: by 10.152.131.168 with SMTP id on8mr18414946lab.38.1358791976178; Mon, 21 Jan 2013 10:12:56 -0800 (PST) Received: from Melon.malikania.fr (AStrasbourg-651-1-15-57.w81-51.abo.wanadoo.fr. [81.51.150.57]) by mx.google.com with ESMTPS id iw6sm5908326lab.2.2013.01.21.10.12.53 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 21 Jan 2013 10:12:55 -0800 (PST) Message-ID: <50FD8512.5050609@gmail.com> Date: Mon, 21 Jan 2013 19:12:34 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130115 Thunderbird/17.0.2 MIME-Version: 1.0 To: Oliver Lehmann Subject: Re: OSS and ALSA References: <50FD4E38.5040305@freebsd.org> <50FD6649.5040509@FreeBSD.org> <20130121172321.Horde.Ai_h1kd4LLQ_nfhnMFr-qQ1@avocado.salatschuessel.net> In-Reply-To: <20130121172321.Horde.Ai_h1kd4LLQ_nfhnMFr-qQ1@avocado.salatschuessel.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: FreeBSD multi , FreeBSD quest , Andriy Gapon 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 18:12:58 -0000 On 21/01/2013 17:23, Oliver Lehmann wrote: > > Andriy Gapon wrote: > >> 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 > > The "real" OSS support was dropped by audacious somewhere in the past > and is > unfortunally no longer available. > I can switch the default from OSS4 to SDL if this is what the community > wants - I have no hard feeling here. Yes I think this is a better solution, OSSv4 is an huge port that must *replace* the in-kernel mixer/soundcard support. Cheers, David