Fix SPICE audio. Close #272

pull/373/head
Martin Wimpress 3 years ago
parent 105aea46ef
commit 056afa9575
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 2
      quickemu

@ -657,7 +657,7 @@ function vm_boot() {
# Setup the appropriate audio device based on the display output # Setup the appropriate audio device based on the display output
case ${OUTPUT} in case ${OUTPUT} in
spice|spice-app|none) AUDIO_DEV="spice,id=audio0,out.mixing-engine=off";; spice|spice-app|none) AUDIO_DEV="spice,id=audio0";;
*) AUDIO_DEV="pa,id=audio0,out.mixing-engine=off,out.stream-name=${LAUNCHER}-${VMNAME},in.stream-name=${LAUNCHER}-${VMNAME}";; *) AUDIO_DEV="pa,id=audio0,out.mixing-engine=off,out.stream-name=${LAUNCHER}-${VMNAME},in.stream-name=${LAUNCHER}-${VMNAME}";;
esac esac

Loading…
Cancel
Save