Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

Record sound input in experiment

Hi everyone!

I need to know how to install a plug in with version 3.3.14. I'm trying to install the Audio Law Latency plug in as I need to record sound input in my experiment. I used to use sound recorder plugins developed by Daniel Schreij, but I read that I should do something different now. I'm doing what the following page says (https://osdoc.cogsci.nl/3.3/manual/response/soundrecording/) but it doesn't work. What should I do to record sound input?

Thank you!!

Teresa

Comments

  • FabFab
    edited May 2023

    Hi @T_Q,

    From OpenSesame, just paste and execute the following code in the console:

    import pip
    pip.main(['install', 'opensesame-plugin-audio_low_latency'])
    

    Then close OpenSesame and reopen it. The plugin should now be visible.

    Best,

    Fabrice.

    Buy Me A Coffee

  • Hi Fabrice,

    Initially it didn't work. I simply unistalled OpenSesame and reinstalled it and then it worked :)

    Thank you so much!

    Best,

    Teresa

Sign In or Register to comment.