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
When starting an experiment on mac, the initialization of the recording fail.
Error: OSException
Could not start audio device
Message: Error opening RawInputStream: Internal PortAudio error [PaErrorCode -9986]
This error occurred in the prepare phase of item record_init.
I think it's a opensesame problem : the application don't ask for the microphone authorization via his Info.plist ( or a plugin problem if you can ask for authorization when installing the plugin)
<key>NSMicrophoneUsageDescription</key>
<string>Needed for record audio with Audio low latency plugin</string>
Important
If the appropriate key is not present in your app’s Info.plist file when your app requests authorization or attempts to use a capture device, the system terminates your app. The Xcode debug console displays a message that explains the reason for the crash
The text was updated successfully, but these errors were encountered:
My first thought would be that the permissions would be controlled from OpenSesame itself and not the plugin.
But I haven't used a mac since snow leopard which was 15 years so I have no idea how app permissions work in macOS.
Do you have any idea where to put this Info.plist file?
When starting an experiment on mac, the initialization of the recording fail.
I think it's a opensesame problem : the application don't ask for the microphone authorization via his Info.plist ( or a plugin problem if you can ask for authorization when installing the plugin)
see : https://developer.apple.com/documentation/bundleresources/information_property_list/nsmicrophoneusagedescription
The text was updated successfully, but these errors were encountered: