[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v3 0/2] Improve audio output quality
From: |
Martin Schrodt |
Subject: |
[Qemu-devel] [PATCH v3 0/2] Improve audio output quality |
Date: |
Sun, 15 Oct 2017 18:58:56 +0200 |
v3 because I committed some whitespace only changes in v2. Sorry.
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.
Signed-off-by: Martin Schrodt <address@hidden>
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
- [Qemu-devel] [PATCH v3 0/2] Improve audio output quality,
Martin Schrodt <=