HTML audio autplay not working

Hey guys, I’m using this code in the embed

The autoplay doesn’t want to work, I have tried everything. Any ideas?

It’s important to note that some browsers, like Safari, may prevent audio from automatically playing for user experience and privacy reasons. Additionally, some devices, like mobile phones, may also prevent audio from autoplay to save on data usage.

It is not possible to override the limitations on autoplay for audio files in Safari or mobile phones. These limitations are in place for user experience and privacy reasons, and are designed to prevent unexpected audio from playing automatically and potentially distracting or annoying users.

As a best practice, it’s recommended to allow users to initiate the audio playback manually, rather than attempting to automatically play audio. This can be achieved by providing a play button for the user to click, which can be accomplished using the controls attribute in the HTML audio tag.