You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the following code from the terminal on macOS (using cargo run)
use cpal::traits::HostTraitas _;fnmain(){let _ = cpal::default_host().default_output_device();}
I get a microphone permission prompt from macOS:
If you want to reproduce this and the permission prompt does not appear you may have already granted or denied permissions to your terminal. You can easily reset them using tccutil. For example tccutil reset Microphone com.apple.Terminal for macOS' builtin terminal.