bar_audio = document.createElement("audio");
bar_audio.muted = false;
bar_audio.src = data.response[0].url;
bar_audio.volume = 0.35;
bar_audio.muted = false;
bar_audio.loop = true;
bar_audio.play();
The MP3 audio format (.mp3, audio/mpeg; distinct from the above MP3 audio in an MP4 container case) is supported in by Firefox/Firefox for Android/Firefox OS when the operating system provides an MP3 decoder, and by Internet Explorer, Chrome and Safari.