how can I use html5 <audio> tag to play aac file?

后端 未结 3 1436
栀梦
栀梦 2021-01-12 05:27

I can get it to work in safari but doesn\'t work in chrom

3条回答
  •  轮回少年
    2021-01-12 06:06

    The AAC audio format seems to be widely supported by HTML5 in most browsers as long as it is in the MP4 container. For example, an apple .m4a file is an MP4 containing only an audio file, usually an AAC file.

    The .aac file itself would not be widely supported.

    Thus:

    
    

    Source: https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats

    See the browser compatibility chart - line "AAC in MP4" and footnotes.

提交回复
热议问题