开发者

Apple *.caf files in HTML5 <audio> tag

开发者 https://www.devze.com 2023-02-09 02:50 出处:网络
Can I include *.caf files in HTM开发者_运维技巧L5tags or do I need to convert them first?Here is an example:

Can I include *.caf files in HTM开发者_运维技巧L5 tags or do I need to convert them first?


Here is an example:

    <audio controls>
            <source src="radio.opus" type="audio/ogg; codecs=opus">
            <source src="radio.caf" type="audio/x-caf; codecs=opus">
            Your browser does not support HTML5 audio.
    </audio>


You'll need to convert them to OGG and MP3 at least.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号