foxlet / macOS-Simple-KVM

Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
13.64k stars 1.14k forks source link

The audio is terrible. #339

Open homandiy opened 4 years ago

homandiy commented 4 years ago

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.

ArmasF31 commented 4 years ago

Try to use a headset

ManuLinares commented 3 years ago

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

crohana commented 3 years ago

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.

himcesjf commented 2 years ago

Same here. Terrible audio.

zjsxwc commented 1 year ago

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.