It seems that st.audio() stopped working on iOS Safari. Similar issue was already resolved in 2020 so…potential regression? Before posting an issue to github I would be gratefull if someone could check if you are encountering the same behavior
Posted a response on the GitHub Issue, but I think you need to set format="audio/mpeg" for mp3s, and it should work. Let me know if you hit any more issues.
I’d hesitate to say it’s a docs issue. The default mime type for st.audio is audio/wav. Depending on the file you want to play, it can be audio/aac, audio/midi, audio/ogg, audio/webm, and so on:
The RFC-defined mime type for .mp3 files is audio/mpeg, not audio/mp3 as was in the app. Seems like programming user-error to me.
Hi @snehankekre! True. It’s not a matter of insufficient documentation, however as an end-user, it would be helpful to have an MP3 example included in the documentation for better usability