qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: Re: Audio patch


From: Ronald
Subject: [Qemu-devel] Re: Re: Audio patch
Date: Tue, 12 Oct 2004 00:20:45 +0200
User-agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.)

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






reply via email to

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