Closed doctorguile closed 1 year ago
Thanks for this detailed guide. I have only ever tested this on Linux, so feedback like this is invaluable. I have summarised this issue in a wiki page and added links to sections in the readme:
https://github.com/natrys/whisper.el/wiki/MacOS-Configuration
But if you think something else could be added or fleshed out, feel free to edit the wiki :+1:
I'm using Ventura 13.6 and the dictation function failed silently, it turns out that ffmpeg is getting killed with "abort trap: 6" because MacOS won't allow access to the mic unless the app requested it and user grant it explicitly.
And since emacs doens't do that by default we need to do something like this
https://superuser.com/questions/1441270/apps-dont-show-up-in-camera-and-microphone-privacy-settings-in-macbook
BTW @rksm also provided his config which greatly helps with figuring out what value to set for
whisper--ffmpeg-input-device
https://gist.github.com/rksm/04be012be07671cd5e1dc6ec5b077e34
I thought it might help if this gets mentioned in this repo somewhere or the readme for MacOS users
BTW it works flawlessly on Linux with zero config!
Cheers.