How to play .amr file on a website?

后端 未结 1 1201
日久生厌
日久生厌 2020-12-19 06:32

i have tried below code but not working ? does anyone play amr files in website

相关标签:
1条回答
  • 2020-12-19 07:29

    AMR file is not one of the supported audio files that html5 audio tag supports. Please see the list below for supported audio formats:

    http://en.wikipedia.org/wiki/HTML5_Audio#Supported_audio_coding_formats

    I would recommend you convert your amr file to mp3 or ogg and then upload it and play it on your server.


    original answer:

    Your code specifies an mp3 file. Are you sure you put in the amr file?

    0 讨论(0)
提交回复
热议问题