Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
*.caf ファイルを HTML5 タグに含めることはできますか? または最初に変換する必要がありますか?
次に例を示します。
<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>
少なくとも OGG と MP3 に変換する必要があります。