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) {
> >
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 {
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
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
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
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
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
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
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
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.
10 matches
Mail list logo