Is there a way to customize the audio controls and remove the download button while keeping the play/pause and volume controls visible? I want to restrict users from downloading the audio files.
Here's my current code snippet:
<audio controls>
<source src="Test.mp3" type="audio/mpeg">
</audio>