Replies: 3 comments
-
Hi @Dazzid This segment doesn't look quite right: var preload = {
type: jsPsychPreload,
audio: all_audio_samples, question_simple
}; You've got two values going to the var preload = {
type: jsPsychPreload,
audio: [all_audio_samples, question_simple]
}; |
Beta Was this translation helpful? Give feedback.
0 replies
-
ooou! That was the error! Thank you |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have another issue. The audio in Firefox stops playing in the middle without finishing the sample. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running this code, but we have seen that participants using Firefox can not play the audio samples.
How can I fix this issue?
The code I'm using is this one:
Beta Was this translation helpful? Give feedback.
All reactions