I’m running an online experiment on Pavlovia and running into an audio playback issue. The first audio file always plays correctly, but every subsequent one fails with an “unknown resource” error — even though all the files are in the same folder.
What I’ve tried so far, without success:
Converting the audio files to both ogg and mp3 formats
Adding a resource manager to preload the files
Since only the first file loads, I suspect it’s related to how resources are being registered or preloaded rather than the files themselves, but I’m not sure. Any help figuring out what’s going wrong would be much appreciated!