Page opening sound issue

Hello, even though I start the audio automatically when the page is first opened, it asks for permission for the audio in the scene. Once allowed, it doesn’t ask for permission until I hard reload the page. I want the user to not have to give permission. How can I achieve this?

Babylon.js Playground (babylonjs.com)

image

It is impossible as it is a Web Browser requirements to prevent mainly adds auto play everywhere on the web. Audio auto play can only be initiated by a user interaction.

4 Likes