Hey everyone,
I have a problem on an experiment, I’m planing.
I want to run an audio per file, which the participant will judge from 0 to 7.
The participants should be able to play the audio once at will, so I used .print(), .wait(), remove().
My current issue is, that the audios (.wav; but I tried also as .mp3) are displayed, but the player just plays silence.
Chrome mentions in the Dev-Tool the following message: “MediaElementAudioSource outputs zeroes due to CORS access restrictions for [URL for eeach audiofile]”
Here is a link to the project (note: I use a smaller version of the data source, the most audio files are unused so far.)
Thanks!
Nicolas