From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LHqdy-0001Mq-5w for qemu-devel@nongnu.org; Tue, 30 Dec 2008 21:17:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LHqdv-0001Me-Ip for qemu-devel@nongnu.org; Tue, 30 Dec 2008 21:17:08 -0500 Received: from [199.232.76.173] (port=49732 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LHqdv-0001Mb-CQ for qemu-devel@nongnu.org; Tue, 30 Dec 2008 21:17:07 -0500 Received: from postfix1-g20.free.fr ([212.27.60.42]:36963) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LHqdv-0000aq-3B for qemu-devel@nongnu.org; Tue, 30 Dec 2008 21:17:07 -0500 Received: from smtp1-g21.free.fr (unknown [212.27.42.1]) by postfix1-g20.free.fr (Postfix) with ESMTP id EF39A2F3F8CB for ; Wed, 31 Dec 2008 03:17:02 +0100 (CET) Received: from smtp1-g21.free.fr (localhost [127.0.0.1]) by smtp1-g21.free.fr (Postfix) with ESMTP id 3D6102FA for ; Wed, 31 Dec 2008 03:16:56 +0100 (CET) Received: from laptop (vaf26-2-82-244-111-82.fbx.proxad.net [82.244.111.82]) by smtp1-g21.free.fr (Postfix) with ESMTP id 4EF8B41C for ; Wed, 31 Dec 2008 03:16:54 +0100 (CET) In-Reply-To: Subject: Re: [Qemu-devel] Re: [RFC] Default audio_drv_list to "sdl" on Win32 From: "=?utf-8?q?Fran=C3=A7ois?= Revol" Date: Wed, 31 Dec 2008 03:22:49 +0100 CET Message-Id: <40139483149-BeMail@laptop> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org > On Mon, 29 Dec 2008, Anthony Liguori wrote: > > > Malc, > > > > Do you have a problem with this=3F QEMU requires SDL by default on > > Windows > > so > > I see no reason not to use it for audio too. > > > > Well last time i tried SDL audio on windows (admittedly years ago) it > was such a disaster that i probably omitted for this reason, then > again > if it goes after dsound (which becomes the default) i see no harm in > including it. Hmm last time I used it it was when porting Caloric (an ORIC emulator) to win32 with SDL, it wasn't that bad, except when zooming, probably due to the single threaded design, and it had the same problem in BeOS AFAIR. Fran=C3=A7ois.