Describe the problem:
When using a script that uses the microphone in MacOS, there is no prompt to allow microphone access in Tabby (and Tabby is not present in privacy settings), and the script fails.
To Reproduce:
Open a new terminal in Tabby
Run ffmpeg -f avfoundation -list_devices true -i "" to list devices that are available
Run ffmpeg -f avfoundation -i ":0" -t 10 test.mp3 to test the microphone (replace :0 with a colon followed by the microphone device's id from above step)
Zsh aborts and ffmpeg seems to fail, notice how there is not a prompt to allow microphone access
Open Apple's terminal
Run above commands
Observe how there is a prompt to allow microphone access
Describe the problem: When using a script that uses the microphone in MacOS, there is no prompt to allow microphone access in Tabby (and Tabby is not present in privacy settings), and the script fails.
To Reproduce:
ffmpeg -f avfoundation -list_devices true -i ""
to list devices that are availableffmpeg -f avfoundation -i ":0" -t 10 test.mp3
to test the microphone (replace:0
with a colon followed by the microphone device's id from above step)Zsh aborts and ffmpeg seems to fail, notice how there is not a prompt to allow microphone access