Re: [Qemu-devel] Re: esd audio output patch and debuging.

2006-09-04 Thread Peter Oberndorfer
On Monday 04 September 2006 14:01, Christophe Fillot wrote: > Peter Oberndorfer a e'crit : > > > > > > if (info->sign) { > > -memset (buf, 0x00, len << info->shift); > > +memset (buf, len << info->shift, 0x00); > > } > > else { > > if (info->bits == 8) { > >

Re: [Qemu-devel] Re: esd audio output patch and debuging.

2006-09-04 Thread malc
On Mon, 4 Sep 2006, Peter Oberndorfer wrote: On Monday 04 September 2006 00:33, malc wrote: Frederick Reeve solace.info> writes: Hello. [..snip..]      if (info->sign) { -        memset (buf, 0x00, len << info->shift); +        memset (buf, len << info->shift, 0x00);      }      else {

Re: [Qemu-devel] Re: esd audio output patch and debuging.

2006-09-04 Thread Christophe Fillot
Peter Oberndorfer a e'crit : if (info->sign) { -memset (buf, 0x00, len << info->shift); +memset (buf, len << info->shift, 0x00); } else { if (info->bits == 8) { -memset (buf, 0x80, len << info->shift); +memset (buf, len << info->sh

Re: [Qemu-devel] Re: esd audio output patch and debuging.

2006-09-04 Thread Peter Oberndorfer
On Monday 04 September 2006 00:33, malc wrote: > Frederick Reeve solace.info> writes: > > > > > Hello. > > > > [..snip..] > > > > > Now, I would not have you thinking this patch is a ready to go. I > > am writing this email because I am having a little trouble with > > this. It outputs soun

Re: [Qemu-devel] Re: esd audio output patch and debuging.

2006-09-03 Thread Frederick Reeve
On Mon, 4 Sep 2006 04:07:51 +0400 (MSD) malc <[EMAIL PROTECTED]> wrote: > Attached patch fixes a couple of problems. I just want to say a big thanks to you for this. I have really had my hands full the last couple of days and have been putting in 12+ hour days at the schools trying to be rea

[Qemu-devel] Re: esd audio output patch and debuging.

2006-09-03 Thread malc
Attached patch fixes a couple of problems. -- mailto:[EMAIL PROTECTED]Index: esdaudio.c === RCS file: /home/malc/cvsroot/bellard/qemu/audio/Attic/esdaudio.c,v retrieving revision 1.1.2.1 diff -u -r1.1.2.1 esdaudio.c --- esdaudio.c

[Qemu-devel] Re: esd audio output patch and debuging.

2006-09-03 Thread malc
Frederick Reeve solace.info> writes: Hello. [..snip..] Now, I would not have you thinking this patch is a ready to go. I am writing this email because I am having a little trouble with this. It outputs sound fine but it produces artafacts. I'm not sure of the cause. Though I think it

[Qemu-devel] Re: esd audio output patch and debuging.

2006-09-01 Thread malc
Leonardo E. Reiter win4lin.com> writes: > > malc, > > Other than the lack of error handling and blocking mode, what is the > problem with using QEMU's VM clock as the audio clock source? In my > experience from older projects using esd (not related to QEMU), it is > almost impossible to get

Re: [Qemu-devel] Re: esd audio output patch and debuging.

2006-08-31 Thread Leonardo E. Reiter
malc, Other than the lack of error handling and blocking mode, what is the problem with using QEMU's VM clock as the audio clock source? In my experience from older projects using esd (not related to QEMU), it is almost impossible to get reliable timing from ESD, especially if you are transp

[Qemu-devel] Re: esd audio output patch and debuging.

2006-08-31 Thread malc
Frederick Reeve solace.info> writes: > > Hello. > > Attached you will find a patch for esd audio support in QEMU. It is more or less a large modification of > audio/wavaudio.c. The patch will apply against the latest tarball release > http://fabrice.bellard.free.fr/qemu/qemu-0.8.2.tar.gz (0.8.