mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Fix SPICE audio. Close #272
This commit is contained in:
parent
105aea46ef
commit
056afa9575
1 changed files with 1 additions and 1 deletions
2
quickemu
2
quickemu
|
@ -657,7 +657,7 @@ function vm_boot() {
|
|||
|
||||
# Setup the appropriate audio device based on the display output
|
||||
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}";;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue