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
If no mic input is detected while running node from a terminal, this is most like due to a lack of security permissions.
61
+
If you do not see a OSX UI prompt asking for permission to allow iTerm or Terminal for permission to access the Microphone, this popup may have been dismissed in the past. As it only occurs once, the following command resets the prompts for the microphone:
62
+
63
+
```bash
64
+
tccutil reset Microphone
65
+
```
66
+
67
+
#### Additional Debug information
68
+
69
+
Addtional Debug information can be show with the following command:
0 commit comments