From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CGL36-0001cw-SP for qemu-devel@nongnu.org; Sat, 09 Oct 2004 13:30:28 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CGL35-0001cF-VV for qemu-devel@nongnu.org; Sat, 09 Oct 2004 13:30:28 -0400 Received: from [129.104.30.34] (helo=a.mx.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CGKvm-0001ij-Pt for qemu-devel@nongnu.org; Sat, 09 Oct 2004 13:22:55 -0400 Received: from localhost (localhost [127.0.0.1]) by djali.polytechnique.org (Postfix) with ESMTP id DDD9A33207 for ; Sat, 9 Oct 2004 19:22:53 +0200 (CEST) Received: from djali.polytechnique.org ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31978-04 for ; Sat, 9 Oct 2004 19:22:53 +0200 (CEST) Received: from bellard.org (unknown [84.99.204.224]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id 8F870331EB for ; Sat, 9 Oct 2004 19:22:53 +0200 (CEST) Message-ID: <41681EA3.6020609@bellard.org> Date: Sat, 09 Oct 2004 19:23:47 +0200 From: Fabrice Bellard MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Audio patch 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 I commited the version 6 of malc's audio patch. Tell me if you see problems. Maybe SDL audio support could be enabled on Mac OS X ? The version 7 of the patch is not acceptable in its current state as C++ is forbidden in QEMU. Fabrice.