From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bcdv4-00031W-32 for qemu-devel@nongnu.org; Tue, 22 Jun 2004 01:34:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bcdv1-00030h-Vo for qemu-devel@nongnu.org; Tue, 22 Jun 2004 01:34:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bcdv1-00030J-T4 for qemu-devel@nongnu.org; Tue, 22 Jun 2004 01:34:03 -0400 Received: from [211.5.2.75] (helo=nm01omta01b.dion.ne.jp) by monty-python.gnu.org with smtp (Exim 4.34) id 1Bcdrv-0006aj-6j for qemu-devel@nongnu.org; Tue, 22 Jun 2004 01:30:51 -0400 Message-ID: <00d201c45819$e82063c0$0264a8c0@afina> From: "kazu" References: Subject: Re: [Qemu-devel] Audio Date: Tue, 22 Jun 2004 14:29:35 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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 Hi, Monday, June 21, 2004 2:51 AM malc wrote: > > Patch that fixes audio for Win98 guest and also workarounds SDL deadlock > is now available at: > > http://www.boblycat.org/~malc/code/patches/qemu/index.html > I added a little change to work on Windows and back ported to 0.5.5. http://www.h7.dion.ne.jp/~qemu-win/download/qemu-20040621-6_aqemu.patch.gz http://www.h7.dion.ne.jp/~qemu-win/download/qemu-0.5.5-6_aqemu.patch.gz I tested to play .wav sound in Red Hat 7.2 guest. modprobe sb io=0x220 irq=5 play test.wav They work well on Windows2000 and WindowsMe. A little thing is that I hear a little noise two times when a sound starts. It seems that it occurs when a device is opened. But the problem is that it doesn't work on Fedora Core 1 host with these patches. I tried to find out what was the problem but I couldn't. It seems that oss and sb16 work.... I can hear a sound and almost the same noise when I used original 0.5.5 source. Regards, kazu