issues with image-audio-response plugin #1541
Replies: 2 comments
-
Hi @Divyanshi09, The |
Beta Was this translation helpful? Give feedback.
-
Hi @Divyanshi09, sorry for the delay getting back to you! The audio response plugins are still work in progress, but you can find some documentation on the image-audio-response plugin here.
Are you currently running your task locally, by opening the file directly in the browser? Or on a server? If you're opening the file directly in the browser, then you're likely to be asked for mic permission on every trial. This should change once your task is running on a server. This issue is mentioned in the docs.
The
I'm afraid I don't know whether Gorilla allows you to save audio files separately from the rest of the task data, but you could check with them. If not, you can use the default |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I am using the image-audio-response plugin to design a language switching task: each image will be displayed along with a language cue telling the participant to name the image in one language or the other, each image will displayed for 3 seconds which is also the audio response duration. From the audio recordings thus generated, I will manually calculate the rt of their response.
The plugin is working fine (thanks for creating it!) but I have one issue. Even after setting 'wait_for_mic_approval' to false, it asks for mic permission before every trial. I don't know why it is still happening-- I would like for it to ask for mic approval before the trials begin, but not before every single trial.
Also, I don't quite understand how the audio recording is being saved in these trials-- to be honest I am not sure if I have managed to make jsPsych save audio recordings in my script:
I also do not understand the use of 'post processing'. Furthermore, I am going to upload this jsPsych script on Gorilla Experiment Builder and I was wondering if there is anything that I need to be aware of before transferring it to Gorilla-- will Gorilla save the audio files similar to how it saves jsPsych rt data?
Thank you for your time and forgive me for my lack of knowledge on this.
Beta Was this translation helpful? Give feedback.
All reactions