I have a simple audio here that goes on loop.
<audio controls loop>
<source src="audio.mp3">
</audio>
I would like to know if it is possible to let the user choose whether to let this audio continue looping or not with a onclick button function.