change/remove stimuli on audio response onset #1804
Replies: 1 comment
-
Hi @ssantomartino, this is probably a little tricky to do, but would be very cool if you get it to work! You'll need to do some real-time processing of the audio input. Here are some posts on stack overflow and JavaScript libraries related to detecting the onset of speech or silence: Let us know if need any further guidance. And please let us know if you get it working, as I'm sure others would be interested! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm pretty new to jsPsych and still trying to figure it out... I am trying to create an experiment where the participant sees an image and they then have to name the image. So far, this is just the jspsych-image-audio-response plugin from @becky-gilbert
However, I need to modify the plugin a bit so that once the participant begins to name the image, it disappears. This is the part I am having trouble with... is there a way to determine the onset of the recording (aka when they start speaking) and then remove the stimuli upon this action?
Any help is appreciated!
Thanks,
S
Beta Was this translation helpful? Give feedback.
All reactions