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
My script uses sounddevice.rec() to obtain audio from the system mic. It works fine when run from python command-line in the terminal, but as packaged with py2app it always records nothing. I assume this is because the app does not have system permissions to access the sound input device. But unlike when run in the terminal, the py2app compiled bundle does not bring up a permissions prompt. Is there a workaround for this situation?
The text was updated successfully, but these errors were encountered:
My script uses
sounddevice.rec()
to obtain audio from the system mic. It works fine when run from python command-line in the terminal, but as packaged with py2app it always records nothing. I assume this is because the app does not have system permissions to access the sound input device. But unlike when run in the terminal, the py2app compiled bundle does not bring up a permissions prompt. Is there a workaround for this situation?The text was updated successfully, but these errors were encountered: