I'm creating my personal website with 90s and early 2000's style. I would like to add an autoplay and looping bgm on it when the website loaded. However, when I do it, the browser blocks the audio and I need to manually allow the permission on the website. How would I do it without the browser audio autoplay blocking?
<audio src="./audios/background/childhood2.mp3" autoplay loop></audio>