-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
macOS asks for permission to use the microphone #13989
Comments
Does this happen with Bevy examples? |
can't reproduce on my Mac |
I can remember running into this while running Foxtrot on my macOS, which surprised me. I'll check if I can reproduce this with the given example. |
Update: I found a relevant thread on Discord from a year ago. Something about permissions being weird when info.plist is missing. |
I used By resetting the permissions before running a bevy app I can get the prompt to consistently show up. For macOS' Terminal the command is |
I managed to narrow this down to the function cpal::default_host().default_output_device(); |
Marking as blocked since this seems like a |
Is there an upstream issue for this? EDIT: Yes there is: RustAudio/cpal#901 |
Bevy version
0.13.2
[Optional] Relevant system information
macOS Sonoma 14.5
MacBook Pro 13" M2
What you did
When I run the game on macOS from the terinal, RustRover and the compiled binary.
What went wrong
It works but macOS asks for microphone permission.
Additional information
The text was updated successfully, but these errors were encountered: