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
I know dictation is not a function provided by org-ai but it was prominently featured in the demo video and @rksm also provided his config which greatly helps with figuring out what value to set for whisper--ffmpeg-input-device
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
I know dictation is not a function provided by org-ai but it was prominently featured in the demo video and @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'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
I thought it might help if this gets mentioned in this repo somewhere or add as comments in the above gist
Cheers.
The text was updated successfully, but these errors were encountered: