-
Notifications
You must be signed in to change notification settings - Fork 117
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
Pass in Microphone #764
Comments
VMs should use whatever is set as output/input in your preferences on the host. Do you have the microphone selected there? |
I just tried to reproduce and it seems I'm able both to record and output voice inside a VM. I'm using both Sonoma host and guest. Note that guest will always show "Built-in" input/output even though it's donna use what is specified on the host. |
Mh, a few questions:
|
BTW are you running a suspendable VM by any chance? Suspendable VMs don't support audio: Lines 298 to 306 in 1a3b862
Otherwise the default |
I run the regular edit: updated to sonoma 14.4.1, still got the issue, so not related to that. |
https://developer.apple.com/documentation/virtualization/audio says:
So it seems that we need to ask for a permission first to make the microphone work. |
Very interesting !
Or could it be that I need to give mic permission to the terminal ? Trying this asap edit: it worked ! giving permissions to the terminal in settings :) Although I don't think that's a good practice long term |
Hi,
It seems it's not possible to pass through the microphone (or any audio input) to the VM (tried with sonoma-base only)
The Audio Output seems to work fine.
Although #161 seems to point at the fact that it is indeed supported, am I doing something wrong ?
The text was updated successfully, but these errors were encountered: