qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Re: Audio patch


From: Johannes Schindelin
Subject: Re: [Qemu-devel] Re: Audio patch
Date: Tue, 12 Oct 2004 00:06:50 +0200 (CEST)

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?

Sorry,
Dscho





reply via email to

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