aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2023-12-16 13:08:22 -0300
committerSilvio Rhatto <rhatto@riseup.net>2023-12-16 13:08:22 -0300
commit1e13838fa32082933dca5c113fec4af6539f9ece (patch)
tree6a375158ca78b87c2258d94d38f6bc1385ec1fbf
parent45b81736c71fd9d61e2116666fe949579b526f9b (diff)
downloadkvmx-1e13838fa32082933dca5c113fec4af6539f9ece.tar.gz
kvmx-1e13838fa32082933dca5c113fec4af6539f9ece.tar.bz2
Feat: kvmxfile: audio fixes to avoid crackling on input (commented)
-rw-r--r--kvmxfile11
1 files changed, 11 insertions, 0 deletions
diff --git a/kvmxfile b/kvmxfile
index 15569be..975aa78 100644
--- a/kvmxfile
+++ b/kvmxfile
@@ -247,3 +247,14 @@ bootloader="grub"
# VirtIO RNG parameters
# See https://wiki.qemu.org/Features/VirtIORNG
#virtio_rng="max-bytes=128,period=1000"
+
+# Audio fixes to avoid crackling on input
+#
+# See https://stackoverflow.com/questions/32193050/qemu-pulseaudio-and-bad-quality-of-sound#35998501
+# https://www.reddit.com/r/VFIO/comments/542bw1/ha_got_rid_of_the_pulse_audio_crackling/
+# https://www.reddit.com/r/VFIO/comments/ibmjs3/finally_fixed_crackling_audio_when_passing/
+# https://www.reddit.com/r/VFIO/comments/746t4h/getting_rid_of_audio_crackling_once_and_for_all/
+# https://www.reddit.com/r/VFIO/comments/8aqju8/audio_crackling_when_routing_output_to_pulseaudio/
+#export QEMU_AUDIO_DRV="pa"
+#export QEMU_PA_SAMPLES="8192"
+#export QEMU_AUDIO_TIMER_PERIOD="99"