Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sound gets awkward while wearing Bluetooth Headset on MacOS #11046

Closed
Sironheart opened this issue Aug 30, 2019 · 2 comments
Closed

Sound gets awkward while wearing Bluetooth Headset on MacOS #11046

Sironheart opened this issue Aug 30, 2019 · 2 comments

Comments

@Sironheart
Copy link

Vagrant version

Vagrant 2.2.5

Host operating system

MacOS

Expected behavior

Everything should stay as it is before the start of the VM

Actual behavior

As soon as I start a virtualbox and I wear bluetooth headsets the sound gets really awkward and the microphone turns on. After a few seconds everything gets back to normal. This is currently fixable by adding the following to the provider part of the Vagrantfile, but I think this should be the default behavior, if possible.

Fix for Vagrantfile:

machine.vm.provider "virtualbox" do |vbox|
  ...
  vbox.customize ["modifyvm", :id, "--audio", "none"]
  ...
end

Steps to reproduce

  1. Create a virtualbox Machine, while wearing bluetooth headset.
  2. Start VM without the fix
  3. Listen to music or something via headset. The sound should get awkward.

References

Are there any other GitHub issues (open or closed) that should be linked here?
For example:

@briancain
Copy link
Member

Hi there @Sironheart - This is actually a result of how the box is packaged, not something Vagrant is setting. You can get more context on this issue here: #10430. The fix you have is correct. If you don't wish to use that customize command, you could repackage the Vagrant box with that customize command, or make a request to the box owner to do the same thing. You could also make it a global option for all virtualbox guests if you set it with the config option like config.vm.provider "virtualbox"... some where inside your Vagrantfile.

Sorry for the trouble!

@ghost
Copy link

ghost commented Jan 28, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Jan 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants