Could anyone please guide on how to install the sound device on psychopy version 1.3?
I’m trying to design a picture naming experiment where I want to record voice responses.
I get the following error message on running the experiment.
“Support for the sounddevice audio backend is not available this session. Please install psychopy-sounddevice and restart the session to enable support”
I had to edit my psychopy config file userPrefs.cfg (mine was in C:\Users\john\AppData\Roaming\psychopy3)
as I had the situation where it referenced Sounddevice, which was removed in 2023 but still referenced in the cfg file and it complained it couldn’t find it when I came to run my experiment. Just edit the cfg file with a text editor and search and delete for offending references. (taking a backup first would be sensible)