0
What I intend to do is customize the controls of the audio html element. I need to present in the Front End only one icon (the speaker), and this should have only the function of switching on and off audio mp3.
An example of what I need is google Translator. The button to hear the pronunciation of the translation made.
I accept another suggestion that gives the desired result.
At the moment the audio presents this layout:
How I need:
The code I’m using:
<audio controls src="audio.mp3" >
<p>Seu navegador não suporta o elemento audio </p>
</audio>