From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CH8ou-0007PI-NR for qemu-devel@nongnu.org; Mon, 11 Oct 2004 18:39:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CH8ou-0007P6-Aw for qemu-devel@nongnu.org; Mon, 11 Oct 2004 18:39:08 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CH8ou-0007P3-95 for qemu-devel@nongnu.org; Mon, 11 Oct 2004 18:39:08 -0400 Received: from [66.163.168.187] (helo=smtp808.mail.sc5.yahoo.com) by monty-python.gnu.org with smtp (Exim 4.34) id 1CH8hl-00068q-O5 for qemu-devel@nongnu.org; Mon, 11 Oct 2004 18:31:46 -0400 From: Joe Menola Subject: Re: [Qemu-devel] Re: Re: Audio patch Date: Mon, 11 Oct 2004 17:31:43 -0500 References: <41681EA3.6020609@bellard.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200410111731.43310.menola@sbcglobal.net> 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 October 11 2004 5:20 pm, Ronald wrote: > 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 My soundblaster did the same thing. Malc had a fix for this... "If you are using Win98 guest make sure that 16bit DMA for SoundBlaster is set to 5" HTH-jm