MP3 Audio Support in Browsers -


i wonder audio support in web browsers. site has audio in mp3 format , works fine. wonder if mp3 file format supported on browsers? if not, should saving in other formats too?

if using <audio> tag, per mozilla docs mp3 decoder support universal.

  • internet explorer - always.
  • chrome - always.
  • safari - always.
  • firefox/firefox android/firefox os - when operating system provides mp3 decoder

Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -