URL of experiment:
https://run.pavlovia.org/lscheu/eeg/?__pilotToken=98f13708210194c475687be6106a3b84&__oauthToken=715e074dc10661e645dc65aedeff894dc31611467ab882f0610b4563d9f03dbd
Description of the problem:
I want to administer three sound file per trial to a user (a question, an inter stimuli silence and an answer), followed by a rating period. Sound files are accessed via paths in the conditions file.
While the experiment works offline (disabling the code component in the instructions routine (which fixes the asarray javascript issue)) well, online only the default tone (a C) is played instead of the wanted soundfile.
I have tried the following:
- Specify a non random order (sequential)
- Use a csv instead of a excel sheet
- Use MP3 instead of WAV
- created a new excel sheet (as suggested in this post a previous post)
I am not quite sure what else I can try. Further, I am unsure whether audio tracks are even implemented in PsychoJS already?
Thanks for the help!