Oops. Missed that. Hmmm… I’m wondering if this is a missing macOS permission issue?
It’s possible to explicitly trigger microphone permission request by running these from *eshell*:
1. ffmpeg -f avfoundation -list_devices true -i “” ;; to find microphone id
2. ffmpeg -f avfoundation -i ":0" -t 10 audiocapture.mp3 ;; using :id from 1.
Or maybe checking under System Settings > Privacy & Security > Microphone and verifying Emacs is listed there?
Just thinking out loud here to troubleshoot things. Anything else that comes to mind we can try?
I’ll try to clear all permissions here and see if I can reproduce the issue.