4

I have been asked to use aif audio files on a website. I am using jplayer.

  • Would there be a noticeable difference using .aif?
  • Which browsers support .aif?
  • Would you advise using .aif for the web?
  • Would it mean I would need 3 versions of each track to cover all Browsers/OS?

Like so:

<audio controls>
<source src="horse.ogg" type="audio/ogg">
<source src="horse.mp3" type="audio/mpeg">
<source src="horse.aif" type="audio/aif">
    Your browser does not support the audio element.
 </audio>

Thanks :)

4

2 回答 2

0

目前最广泛支持的格式是 mp3,支持 aiff,但您需要测试目标浏览器以确定哪些提供支持。

您还可以考虑SoundJS,这是我帮助开发的一个库,可让您使用单个代码库在各种浏览器和设备上播放音频。

希望有帮助。

于 2013-10-11T15:30:13.533 回答
0

检查您自己的浏览器

我找不到您要求的完整列表。所以这是第二好的。

于 2017-06-04T17:49:52.937 回答