Hey, sorry for the late reply and guess I didn't necro the thread since some other guy did that but you can add auto playing audio without iframes and just the html audio tag. Here's the code:
<audio autoplay loop>
<source src="https://www.[put link to audio file here].mp3" type="audio/mp3">
</source>
</audio>
if it's not an mp3 file then wav and ogg are also supported by html