audio-audio recording #3144
-
Hi all, I am planning to run an audio recording experiment. In this experiment, participants will firstly see a text prompt about what they will say. After a very short interval (150 ms), they will hear a bib noise from the headset. Participants are asked to ignore the bib noise and speak out they have seen on the screen. For each trial, I want to start to calculate response times from the onset of the prompt to the end of the recording. However, I did not find a plugin that supports audio as stimulus and allows audio recording. Do you have an idea to run this experiment in jspsych? Thank you in advance! Zifeng |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi, Would it be possible to combine an audio-button-response with an html-audio-response trial? The first one plays the bib noise and you can set it to proceed after the audio completes. I think jsPsych includes timestamps since the start of the experiment in its trails as well so you could use that to calculate response times? Alternatively, could you use the html-audio-response and set the stimulus to HTML for playing an audio file yourself (not sure if this might have any timing implications): <audio controls autoplay>
<source src="horse.ogg" type="audio/ogg">
</audio> |
Beta Was this translation helpful? Give feedback.
-
Hi @hesmall, Thank you for your time! Zifeng |
Beta Was this translation helpful? Give feedback.
Hi,
Would it be possible to combine an audio-button-response with an html-audio-response trial? The first one plays the bib noise and you can set it to proceed after the audio completes. I think jsPsych includes timestamps since the start of the experiment in its trails as well so you could use that to calculate response times?
Alternatively, could you use the html-audio-response and set the stimulus to HTML for playing an audio file yourself (not sure if this might have any timing implications):