Enter your audio source URLs (MP3/OGG/WAV) and toggle controls, autoplay, and loop, and the tool assembles a complete HTML5 audio element.
MP3 is the most widely supported, with OGG and WAV as fallbacks. Offering several <source> elements lets each browser choose a format it can decode.
preload hints how much audio to fetch before playback: none saves bandwidth, metadata loads only duration info, and auto lets the browser buffer the file eagerly.
Without controls there is no visible player, so unless you build custom JavaScript controls you should keep controls enabled so users can play, pause and adjust volume.