qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Joe Menola <menola@sbcglobal.net>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Re: Re: Audio patch
Date: Mon, 11 Oct 2004 17:31:43 -0500	[thread overview]
Message-ID: <200410111731.43310.menola@sbcglobal.net> (raw)
In-Reply-To: <pan.2004.10.11.22.20.43.384604@reply.to>

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	other threads:[~2004-10-11 22:39 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-09 17:23 [Qemu-devel] Audio patch Fabrice Bellard
2004-10-09 18:02 ` David E. Still
2004-10-10  1:54 ` malc
2004-10-10 16:02   ` John R. Hogerhuis
2004-10-10 13:35     ` Johannes Martin
2004-10-10 16:51       ` Fabrice Bellard
2004-10-10 17:21         ` malc
2004-10-11 14:52   ` Johannes Schindelin
2004-10-11 17:59     ` [Qemu-devel] " Ronald
2004-10-11 22:06       ` Johannes Schindelin
2004-10-11 22:20         ` [Qemu-devel] " Ronald
2004-10-11 22:31           ` Joe Menola [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200410111731.43310.menola@sbcglobal.net \
    --to=menola@sbcglobal.net \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).