Recording sound with OpenSesame?
in OpenSesame
I'm trying to find a way to record speech data with OpenSesame. While I found a plugin called soundrecorder, that plugin seems to be 8 years old, seems to have compatibility issue with the latest version of OpenSesame, and I can't even download it from GitHub because I get an Internal Server Error.
Is there a newer, up-to-date plugin that I somehow missed?
Comments
Hi Marie,
Yeah, that plugin exists but I wouldn't expect it to work still. On the forum there are a number of python code implementations of sound recording. For example here:
This discussion is targeted on responding by voice, so quite a bit of detail is not relevant to you. In general, you should be able to follow the basic instructions of this python package: https://python-sounddevice.readthedocs.io/en/0.4.0/usage.html#recording to record sound. (You probably first need to import and maybe install sounddevice).
Hope this helps,
Eduard