[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 00/12] Audio backend cleanup
From: |
Gerd Hoffmann |
Subject: |
Re: [Qemu-devel] [PATCH 00/12] Audio backend cleanup |
Date: |
Tue, 02 Jun 2015 11:28:56 +0200 |
Hi,
> Yes, I use sdl audio with sdl ui, sdl1 version (since
> sdl2 had its shortcomings in qemu, not all functionality
> worked).
Does it work equally well with the gtk ui?
Possibly it makes sense to use keep sdl audio and default to it only in
case sdl ui is active (simliar to how spice audio is handled).
> I also tried alsa, oss and pa, with these audio was more
> distorted than with sdl. Sdl version sounds cleanly, while
> alsa and pa, at least in the past, and at least if memory
> serves me right, sounded like a if a good portion of noize
> has been mixed in with sound, or like when sound is with
> quick monmentary drops which happens at high frequency
> (maybe 200Hz).
Buffer overruns and underruns maybe? Possibly this is simply due to
different default values for sound buffer sizes.
> SDL audio has been the default in Debian for at least two
> debian releases because of that, we explicitly used
> --audio-drv-list=sdl,... to list sdl first. Now we have
> pa first, but I don't really remember why we changed it.
Useful data point. sdl state can't be that bad if it was default in
debian until recently ...
cheers,
Gerd
- [Qemu-devel] [PATCH 08/12] ossaudio: do not use global variables, (continued)
- [Qemu-devel] [PATCH 08/12] ossaudio: do not use global variables, Kővágó, Zoltán, 2015/06/01
- [Qemu-devel] [PATCH 04/12] audio: remove winwave audio driver, Kővágó, Zoltán, 2015/06/01
- [Qemu-devel] [PATCH 09/12] wavaudio: do not use global variables, Kővágó, Zoltán, 2015/06/01
- [Qemu-devel] [PATCH 11/12] paaudio: fix possible resource leak, Kővágó, Zoltán, 2015/06/01
- [Qemu-devel] [PATCH 10/12] dsoundaudio: do not use global variables, Kővágó, Zoltán, 2015/06/01
- [Qemu-devel] [PATCH 12/12] coreaudio: do not use global variables where possible, Kővágó, Zoltán, 2015/06/01
- Re: [Qemu-devel] [PATCH 00/12] Audio backend cleanup, Michael Tokarev, 2015/06/01
- Re: [Qemu-devel] [PATCH 00/12] Audio backend cleanup, Kővágó Zoltán, 2015/06/01
- Re: [Qemu-devel] [PATCH 00/12] Audio backend cleanup, Gerd Hoffmann, 2015/06/02
- Re: [Qemu-devel] [PATCH 00/12] Audio backend cleanup, Peter Maydell, 2015/06/02
- Re: [Qemu-devel] [PATCH 00/12] Audio backend cleanup, Michael Tokarev, 2015/06/02
- Re: [Qemu-devel] [PATCH 00/12] Audio backend cleanup, François Revol, 2015/06/02
- Re: [Qemu-devel] [PATCH 00/12] Audio backend cleanup, Gerd Hoffmann, 2015/06/02