Skip to content
Snippets Groups Projects
Commit 4827f79b authored by Alberto LIVIO BECCARIA's avatar Alberto LIVIO BECCARIA
Browse files

Enabled audio in and out, the bug seems to be gone from version 5.2.20.

parent ab5a7fa6
No related branches found
No related tags found
No related merge requests found
......@@ -179,8 +179,8 @@ if [[ ${CREATE_VM} == 1 ]]; then
--clipboard bidirectional --draganddrop bidirectional \
--audio ${AUDIO_DRIVER} --audiocontroller ${AUDIO_CONTROLLER} \
--description "${DESCRIPTION}" \
--audioin off --audioout off
# not working, bug in VB version >= 5.2
--audioin on --audioout on
# working on VB version >= 5.2.20
# set storage type to "normal" to allow update, otherwise "immutable"
if [[ ${UPDATE} == 1 ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment