Plugin development - provide audio feedback following keypress #2211
chester108
started this conversation in
General
Replies: 2 comments
-
Hi @chester108, it looks like the code you posted is setting the value of |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry for being slow to respond, and glad you were able to solve this. Thanks for sharing the solution! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone - just sharing a solution to a problem I recently faced when trying to set up and play a sound file so it could be used as feedback during a task. The solution is based on an earlier answer: #1652
load audio stimuli
assign audio files in the array to variables
write a function to set up and play the audio file
preload the audio files within jsPsych.init -
Beta Was this translation helpful? Give feedback.
All reactions