The default HTML5 audio player

code:



<audio controls>
  <source src="waltz.mp3" type="audio/mpeg">
</audio>

result:







    Supported type audio formats:

  • format: MP3    type of media: audio/mpeg
  • format: OGG    type of media: audio/ogg
  • format: WAV    type of media: audio/wav




Custom HTML audio player


Privacy Policy