From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CH8em-0005KR-CN for qemu-devel@nongnu.org; Mon, 11 Oct 2004 18:28:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CH8el-0005K0-Er for qemu-devel@nongnu.org; Mon, 11 Oct 2004 18:28:39 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CH8el-0005Jj-CE for qemu-devel@nongnu.org; Mon, 11 Oct 2004 18:28:39 -0400 Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CH8XH-0003w2-CX for qemu-devel@nongnu.org; Mon, 11 Oct 2004 18:20:55 -0400 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CH8XG-0004fb-00 for ; Tue, 12 Oct 2004 00:20:54 +0200 Received: from amarseille-206-1-28-73.w81-53.abo.wanadoo.fr ([81.53.204.73]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Oct 2004 00:20:54 +0200 Received: from daimon55 by amarseille-206-1-28-73.w81-53.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Oct 2004 00:20:54 +0200 From: Ronald Date: Tue, 12 Oct 2004 00:20:45 +0200 Message-ID: References: <41681EA3.6020609@bellard.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] Re: Re: Audio patch Reply-To: daimon55@free.fr, 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 Le Tue, 12 Oct 2004 00:06:50 +0200, Johannes Schindelin a écrit : > Hi, > > On Mon, 11 Oct 2004, Ronald wrote: > >> Doesn't work for me, windows report the device as working but no sound >> output. > > Sorry, still could not test, but one thing is for sure: At the beginning > of mixeng_template.h, the four definitions of HALFT and HALF: could you > change them to > > #ifdef SIGNED > #define HALFT (float)(IN_MAX) > #define HALF (float)(IN_MAX) > #else > #define HALFT (float)((IN_MAX)>>1) > #define HALF HALFT > #endif > > and test again? > Still the same thing: card reported ok but no output at all. > Sorry, > Dscho