Need a javascript/HTML 5 web player that plays aud

2019-06-06 00:32发布

I'm looking for a javascript/HTML5 embeddedable player with the libraries to play audio with G.711 codec wrapped in WAV container. So far standard HTML5 does not support this type of audio. Does anyone have any suggestion of any players/libraries? Paid or free suggestions welcome.

Thanks.

1条回答
仙女界的扛把子
2楼-- · 2019-06-06 01:07

If the codec/format/wrapper is not supported natively by the browsers you are aiming it will never work. You should convert your audio file in a format natively supported by most of the browsers.

http://html5doctor.com/native-audio-in-the-browser/

查看更多
登录 后发表回答