qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Re: Re: Audio patch


From: Joe Menola
Subject: Re: [Qemu-devel] Re: Re: Audio patch
Date: Mon, 11 Oct 2004 17:31:43 -0500
User-agent: KMail/1.7

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]