From 1e13838fa32082933dca5c113fec4af6539f9ece Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 16 Dec 2023 13:08:22 -0300 Subject: Feat: kvmxfile: audio fixes to avoid crackling on input (commented) --- kvmxfile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'kvmxfile') 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" -- cgit v1.2.3