Help with audio player in safari

Question:
My app plays audio from ElevenLabs fine in Chrome, however the audio player displays Error in Safari
Repl link:
https://replit.com/@gregplumbly/chatgpt-bedtime-stories

code snippet

You shouldn’t import an audio file on an apple device. Also, make sure you add audio = true to your .replit file.

1 Like