Mp3 not working on most browsers

Hi,
I’m in the middle of my masters survey on Pavlovia surveys (not Psychopy).
Part of my survey contains 2 Mp3 audio clips,
Yesterday they stopped working and I changed the src for a copy of the clip and it worked for an hour.
Now it only works on desktop chrome and nothing else.
Any help / ideas gratefully received.
Thanks,

  • Anna

Hi

Please could you clarify how you are embedding the MP3 files?

Best wishes

Wakefield

Hi,
I’m using HTML.
The following is what I have put in.
<span style="font-size:19px;">&nbsp; Please click on the audio clip below and listen to the clip with your eyes closed.<br> <br> <audio width="320" preload="auto" height="40" controls="true" class="qmedia"><source type="audio/mp3" src="https://uniofbuck-my.sharepoint.com/personal/kathryn_friedlander_buckingham_ac_uk/_layouts/15/download.aspx?UniqueId=3dbca472-fc39-45ba-9c0c-7066c56f704f&embed=%7B%22ust%22%3Atrue%2C%22hv%22%3A%22CopydownloadCode%22%7D&referrer=OneUpFileViewer&referrerScenario=downloadDialog.Create="></audio> </span>

thanks, Anna

That link looks like the audio file is password protected – so you probably have to be logged onto the Buckingham sharepoint system for it to work.

Does this work for you?

My code is:

<audio controls>
    <source src="https://www.myinstants.com/media/sounds/ding-sound-effect_2.mp3" type="audio/mp3">
</audio>

If you upload the mp3 to Gitlab then you can host it there, e.g.

<audio controls>
    <source src="https://run.pavlovia.org/Wake/stressful-stroop/BUZZER.mp3" type="audio/mp3">
</audio>

Thanks, working now through Gitlab.
Anna