macOS-Simple-KVM icon indicating copy to clipboard operation
macOS-Simple-KVM copied to clipboard

The audio is terrible.

Open homandiy opened this issue 4 years ago • 5 comments

The sound is glitching when I am using Youtube.

    -device ich9-intel-hda -device hda-output,audiodev=hda \
    -audiodev pa,id=hda,server=`cat /etc/resolv.conf | grep nameserver | awk '{print $2}'` \

The server is the IP address of a pulseaudio server. I only have an issue with MacOS VM. In an Ubuntu VM, I am using the same setting which is working fine.

homandiy avatar Oct 19 '20 00:10 homandiy

Try to use a headset

ArmasF31 avatar Oct 22 '20 21:10 ArmasF31

Me too, I hear some crackling. Bad audio, don't know how to fix it

ManuLinares avatar Dec 11 '20 19:12 ManuLinares

I was able to resolve this issue doing the following...

I use virtual machine manager to launch the VM.

I went to the settings of this virtual machine in the virtual machine manager and changed the sound model to HDA (ICH6) It worked just fine with extremely limited testing.

crohana avatar Aug 06 '21 05:08 crohana

Same here. Terrible audio.

himcesjf avatar Feb 05 '22 00:02 himcesjf

I tried yay -S qemu-audio-alsa qemu-audio-pa

    -device ich9-intel-hda -device hda-output,audiodev=snd0 \
    -audiodev alsa,id=snd0,out.dev=default \
```.

Still not work.

zjsxwc avatar Feb 17 '23 07:02 zjsxwc