Some audio files don't play on pavlovia, instead play a click sound

Dear yilmazozy,

A couple things.

  1. You have a blank sound in your list 1 sound presentation, and no blank sound in your list2 sound presentation.
  2. I looking at the code there is nothing that stands out. Although to make things cleaner, you can use the skip function in the routine settings, instead of putting it as a code component. That way your data will be a bit cleaner in the output.
  3. Don’t use .ogg sounds files. AFAIK that’s a no-no ( https://docs.google.com/document/d/183xmwDgSbnJZHMGf3yWpieV9Bx8y7fOCm3QKkMOOXFQ/edit?tab=t.0#heading=h.niu1u15qj037 )

I would try:

a) Taking this and and create a new pavlovia “study” just to make sure the one online is indeed the same as this one.

b) adding some print/console log functions to make sure variables are being set properly and files are being grabbed.

c) Refer to the crib sheet PsychoPy Python to Javascript crib sheet to make sure there isn’t any other possible issues.

Issac