qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/2] Improve audio output quality
@ 2017-10-15 18:40 Martin Schrodt
  2017-10-15 18:40 ` [Qemu-devel] [PATCH v4 1/2] audio/paaudio: remove separate PA feeder threads Martin Schrodt
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Martin Schrodt @ 2017-10-15 18:40 UTC (permalink / raw)
  To: qemu-devel; +Cc: kraxel

Motivation for this:

After being annoyed for too long with the crackling QEMU produces, I decided
to dive in and try to fix this. 

This has already been tested by several people, please see the corresponding
Reddit-thread:

https://www.reddit.com/r/VFIO/comments/74vokw/improved_pulse_audio_driver_for_qemu/

I presented this to the list a few days ago, but it was in too rough a state,
so I cleaned it up and wrote better commit messages.

This is still missing proper handling for VMState-migration, which I will need a bit of assistance with.

Sorry for v4 already, having a hard time with the style checker bots... :(

Signed-off-by: Martin Schrodt <martin@schrodt.org>

Martin Schrodt (2):
  audio/paaudio: remove separate PA feeder threads
  audio/hda: create millisecond timers that handle IO

 audio/audio.c        |   5 +
 audio/audio_int.h    |   2 +
 audio/paaudio.c      | 635 +++++++++++++++++++++------------------------------
 hw/audio/hda-codec.c | 193 ++++++++++++----
 hw/audio/intel-hda.c |   7 -
 5 files changed, 416 insertions(+), 426 deletions(-)

-- 
2.14.2

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-10-18 10:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-15 18:40 [Qemu-devel] [PATCH v4 0/2] Improve audio output quality Martin Schrodt
2017-10-15 18:40 ` [Qemu-devel] [PATCH v4 1/2] audio/paaudio: remove separate PA feeder threads Martin Schrodt
2017-10-15 18:40 ` [Qemu-devel] [PATCH v4 2/2] audio/hda: create millisecond timers that handle IO Martin Schrodt
2017-10-18  6:48 ` [Qemu-devel] [PATCH v4 0/2] Improve audio output quality Gerd Hoffmann
2017-10-18 10:57   ` Gerd Hoffmann

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).